稽查新增编辑 接口修改

Uat_Study
hang 2023-05-31 10:22:00 +08:00
parent 21b68e6bb9
commit d9bf39acb0
1 changed files with 1 additions and 0 deletions

View File

@ -144,6 +144,7 @@ namespace IRaCIS.Core.Application.ViewModel
public string Value { get; set; } = string.Empty;
public string ValueCN { get; set; } = string.Empty;
public string Description { get; set; } = string.Empty;
public string DescriptionCN { get; set; } = string.Empty;
public DateTime CreateTime { get; set; }
public Guid CreateUserId { get; set; }
public DateTime UpdateTime { get; set; }