11
啊鑫
2025-07-07 e6e003e4ad00701b6cf40095e377237fb8da54c1
MES.Service/Dto/webApi/ErpSalesDeliveryDetailDto.cs
@@ -5,8 +5,8 @@
    public string? Type { get; set; }
    public string? F_UNW_Text_xsddh { get; set; }  // 销售订单号
    public string? FMaterialId { get; set; }  // 物料编码
    public string? FMaterialName { get; set; }  // 物料名称
    public string? FMaterialModel { get; set; }  // 规格型号
    //public string? FMaterialName { get; set; }  // 物料名称
    //public string? FMaterialModel { get; set; }  // 规格型号
    public string? FUnitID { get; set; }  // 销售单位
    public string? FQty { get; set; }  // 销售数量
    public string? FIsFree { get; set; }  // 是否赠品
@@ -14,12 +14,12 @@
    public string? FStockId { get; set; }  // 仓库
    public string? FMtoNo { get; set; }  // 计划跟踪号
    public string? FLot { get; set; }  // 批号
    public string? FEntryDescription { get; set; }  // 备注
    public string? FRmType { get; set; }  // 退货类型
    //public string? FEntryDescription { get; set; }  // 备注
    //public string? FRmType { get; set; }  // 退货类型
    public string? F_UNW_Base_GDY { get; set; }  // 跟单员
    public string? FStockUnitID { get; set; }  // 库存单位
    public decimal? FStockQty { get; set; }  // 库存数量
    public string? FMaterialType { get; set; }  // 物料类别
   // public string? FMaterialType { get; set; }  // 物料类别
    public string? FOwnerTypeID { get; set; }  // 货主类型
    public string? FOwnerId { get; set; }  // 货主
    public string? FSrcType { get; set; }  // 源单类型
@@ -40,9 +40,8 @@
    public decimal? FSumOutQty { get; set; }  // 累计出库数量
    public decimal? FRemainOutQty { get; set; }  // 未出库数量
    public string? ErpID { get; set; }  // ERPID
    public string? EHID { get; set; }  // ERP头ID
    public string? FEntrynote { get; set; }  // 备注
}