| | |
| | | |
| | | public class ErpCAB |
| | | { |
| | | public string? FBillNo { get; set; } |
| | | public string? FMaterialID { get; set; } |
| | | public string FBillNo { get; set; }//工单单号 |
| | | public string FMaterialID2 { get; set; }//材料品号 |
| | | public string? FNeedQty { get; set; } |
| | | public string? FPickedQty { get; set; } |
| | | public string? FPositionNO { get; set; } |
| | |
| | | public string? FDenominator { get; set; } |
| | | public string? PID { get; set; } |
| | | |
| | | public string Id { get; set; } |
| | | public string? Id { get; set; } |
| | | |
| | | public string? FSeq { get; set; } |
| | | |
| | |
| | | public string? TypeB { get; set; } |
| | | |
| | | public string? F_UNW_QTY_YFSL { get; set; } |
| | | |
| | | public string? F_UNW_Text_tpgy { get; set; }//工艺 |
| | | public string FBillNoType { get; set; }//单别 |
| | | } |