username@email.com
2021-08-17 1eaeeb1efd83e7b0b04cdb1bdc1076e839bfebfe
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; }
    }
}