代码修改
This commit is contained in:
@@ -393,19 +393,19 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
|
||||
public Guid SystemCriterionId { get; set; }
|
||||
|
||||
public string Part { get; set; }
|
||||
public string Part { get; set; } = string.Empty;
|
||||
|
||||
public string TULAT { get; set; }
|
||||
public string TULAT { get; set; } = string.Empty;
|
||||
|
||||
public string TULOC { get; set; }
|
||||
public string TULOC { get; set; } = string.Empty;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
///<summary> OrganInfoAddOrEdit 列表查询参数模型</summary>
|
||||
|
||||
///<summary> OrganInfoAddOrEdit 列表查询参数模型</summary> = string.Empty;
|
||||
public class OrganInfoAddOrEdit
|
||||
{
|
||||
public Guid? Id { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user