namespace YLErp.Model { public class ClientBlackApprovalQueryRes { public int id { get; set; } public string EncryptId { get; set; } public string ProcessStatus { get; set; } public int ProcessOrderId { get; set; } public string ProcessRoleName { get; set; } public string ClientName { get; set; } public int ProcessRoleId { get; set; } public string Comments { get; set; } public string ApprovalOptName { get; set; } public DateTime? ApprovalOptDate { get; set; } public string State { get; set; } public int? creator_id { get; set; } public string creator_name { get; set; } public DateTime? creator_time { get; set; } } }