namespace MES.Service.Dto.webApi; public class ErpShzd { public int ERPID { get; set; } public string? Type { get; set; } public string? FBillNo { get; set; } //单据编号 public string? FStockID { get; set; } //仓库 public string? FSupplierId { get; set; } //供应商 public string? FDate { get; set; } //单据日期 public string? FNote { get; set; } //备注 public string? F_ZJXF_sfgx { get; set; } //是否供协 }