DocumentServiceAPI.Application/DocManage/Dtos/Achievement_Submit_Dto.cs
@@ -31,6 +31,12 @@ public string yhpj { get; set; } public string hjzs { get; set; } public int status { get; set; } /// <summary> /// 排序 /// </summary> public int? sort { get; set; } } public class Achievement_List_Dto @@ -77,5 +83,10 @@ public string yhpj { get; set; } public string hjzs { get; set; } /// <summary> /// 排序 /// </summary> public int? sort { get; set; } } }