username@email.com
2023-10-17 3f4013e9283d1fe29ef40cc8b4d7ee7a590a1590
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; }
    }
}