username@email.com
2023-03-03 0a34bec1a557fb95c376a298e0cbdabd46f8a14e
zhengcaioa/DTO/WfHistoryDTO.cs
@@ -31,6 +31,9 @@
        public DateTime Modifytime { get; set; }
        public string Contentyijian { get; set; }
        public int? Sort { get; set; }
        public string ChuliStatusName { get; set; }
        public string DeelUserIdName { get; set; }
        public string ModifytimeName { get; set; }
    }
    public class WfHistoryDTOSearch : SearchEntity
@@ -45,5 +48,7 @@
        public string ShenpiStatus { get; set; }
        public string Creater { get; set; }
    }
}