移动系统liao
2024-12-26 b80a3aa37ac5bed12dd6c49e9e731d5f375f80d9
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; }
    }
}