Uat_Study
parent
e70ced8e2b
commit
c0cdc243f6
|
@ -64,20 +64,20 @@ namespace IRaCIS.Core.Application.ViewModel
|
|||
public class GetTrialOrganListOutDto
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public string Part { get; set; }
|
||||
public string TULOC { get; set; }
|
||||
public string TULAT { get; set; }
|
||||
public string TypeName { get; set; }
|
||||
public string? Part { get; set; }
|
||||
public string? TULOC { get; set; }
|
||||
public string? TULAT { get; set; }
|
||||
public string? TypeName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 类型枚举
|
||||
/// </summary>
|
||||
public OrganType OrganType { get; set; }
|
||||
public OrganType? OrganType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 备注
|
||||
/// </summary>
|
||||
public string Remark { get; set; }
|
||||
public string? Remark { get; set; }
|
||||
}
|
||||
|
||||
///<summary>OrganInfoQuery 列表查询参数模型</summary>
|
||||
|
|
Loading…
Reference in New Issue