DocumentServiceAPI.Application/DocManage/Dtos/Classification_Submit_Dto.cs
@@ -1,14 +1,10 @@ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DocumentServiceAPI.Application.DocManage.Dtos namespace DocumentServiceAPI.Application.DocManage.Dtos { public class Classification_Submit_Dto { public int id { get; set; } public int tenant_id { get; set; } public string name { get; set; } @@ -17,6 +13,7 @@ /// </summary> public string code { get; set; } public int sort { get; set; } public int status { get; set; } } }