namespace MES.Service.Dto.webApi; public class ErpCGTHA { public string? Type { get; set; } public string? BillNo { get; set; } //单据编号 public string? Suppid { get; set; } //供应商ID public string? SuppNo { get; set; } //供应商编码 public string? BillNo_type { get; set; } //单据类型 public string? Yw_lx { get; set; } //业务类型 public string? th_fs { get; set; } //退货方式 public string? th_yy { get; set; } //退货原因 public string? is_ww { get; set; } //是否委外 public string? createby { get; set; } //创建人名称 public string? cg_org { get; set; } //采购组织 public string? tl_org { get; set; } //退料组织 public string? xq_org { get; set; } //需求组织 public string? cg_bm { get; set; } //采购部门 public string? tl_bm { get; set; } //退料部门 public string? cgy { get; set; } //仓管员名称 public string? cg { get; set; } //采购员名称 public string? kc_dpot { get; set; } //库存组名称 public string? cg_depot { get; set; } //采购组名称 public string? Ys_fs { get; set; } //验收方式 public string? bz { get; set; } //备注 public string? ERPID { get; set; } //单据头id public string? yd_id { get; set; } //源单id }