using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Admin.NET.Application
{
///
///
///
public class BusReportMapIdsRequestDto
{
///
///
///
public long ReportId { get; set; }
}
///
///
///
public class BusReportsRequestDto
{
public long ScaleId { get; set; }
}
///
///
///
public class BusReportMapIdsDto
{
public int Proccess { get; set; }
public long HId { get; set; }
public long MId { get; set; }
public long NId { get; set; }
public long JId { get; set; }
}
public class ReportAIPrompt
{
///
/// 量表类型
///
public int Type { get; set; }
///
/// 报告ID
///
public long Id { get; set; }
}
}