username@email.com
2022-08-29 c06eb4d284a80dbee4a2d040046c37bf73dcfcd5
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; }
    }
}