using System; using System.Collections.Generic; #nullable disable namespace zhengcaioa.Models { public partial class AdmCustomerWithdrawal { public string Id { get; set; } public string OrderNo { get; set; } public decimal? Jine { get; set; } public string HuiyuanName { get; set; } public string HuiyuanId { get; set; } public string HuiyuanPhone { get; set; } public DateTime Shenqingtime { get; set; } public string Remark { get; set; } public string ShenpiStatus { get; set; } public string RecStatus { get; set; } public string Creater { get; set; } public DateTime Createtime { get; set; } public string Modifier { get; set; } public DateTime Modifytime { get; set; } public string CreaterName { get; set; } public string Tittle { get; set; } public string BankAcount { get; set; } public string BankName { get; set; } public string Username { get; set; } } }