sjz
2025-06-13 171d81fdf8d730f6cb6869a003d81d17b5e81117
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
namespace MES.Service.Dto.webApi;
 
public class ErpCAB
{
    public string? FBillNo { get; set; }//单据编号
    public string? FSeq { get; set; }//序号
    public string? FMaterialID { get; set; }//子项物料编码
    public string? FNeedQty { get; set; }//需求数量
    public string? FMustQty { get; set; }//应发数量
    public string? FPickedQty { get; set; }//已领数量
    public string? FPositionNO { get; set; }//位置号
    public string? FChildSupplyOrgId { get; set; }//供应组织
    public string? FSupplyOrg { get; set; }//发料组织
    public string? FOwnerID { get; set; }//货主
    public string? FMTONO { get; set; }    //计划跟踪号
    public string? FLot { get; set; }      //批号
    public string? FStockID { get; set; }  //仓库
 
    public string? FIssueType { get; set; }//发料方式
    public string? GY { get; set; }//工艺
 
    //public string? BTBZ { get; set; }
    public string? FUnitID { get; set; }      //单位
    public string? FSupplyType { get; set; }  //供应类型
    public string? FStdQty { get; set; }      //标准用量
  //  public string? FReplaceGroup { get; set; }
     public string? FUseRate { get; set; }  //使用比例
    public string? FMaterialType { get; set; }//子项类型
    public string? FIsKeyItem { get; set; } //替代主料
    public string? FNumerator { get; set; }   //分子
    public string? FDenominator { get; set; } //分母
    public string? ID { get; set; }  //ERPID
    public string? PID { get; set; }   //ERP头ID
 
    public string? FFixScrapQty { get; set; }//固定损耗
    public string? FScrapRate { get; set; }  //变动损耗率
    //public string? TypeB { get; set; }
    public string? WLSL { get; set; } //未领数量
     public string? KWWLBM { get; set; }   //客户物料代码
     public string? KHWLMC { get; set; }   //客户物料名称
     public string? XQZZ { get; set; }   //需求组织
     public string? XQBM { get; set; }   //需求部门
     public string? SLZZ { get; set; }   //收料组织
     public string? SLBM { get; set; }      //收料部门
 
 
    //public string? F_XIFG_Base_qtr { get; set; }
    //public string? F_XIFG_Base_83g { get; set; }
 
    //public string? FSALEORDERNO { get; set; }
    //public string? F_ZJXF_YHRQ { get; set; }
    //public string? FXSHTBH { get; set; }
 
    //public string? FOwnerTypeId { get; set; }
}