| | |
| | | public string id { get; set; } |
| | | public string Eid { get; set; } |
| | | public string? FBillNo { get; set; } |
| | | |
| | | public string? FSeq { get; set; } |
| | | |
| | | //没有对应表字段 -池南骏 2025-01-10 |
| | | //public string? FXSHTH { get; set; } |
| | | public string? FMaterialId { get; set; } |
| | |
| | | public string? FPriceUnitQty { get; set; } |
| | | public string? FDeliveryDate { get; set; } |
| | | public string? FDeliveryEarlyDate { get; set; } |
| | | |
| | | public string? FDeliveryLastDate { get; set; } |
| | | |
| | | // start |
| | | public string? FRequireOrgId { get; set; } |
| | | public string? FRequireDeptId { get; set; } |
| | | public string? FReceiveOrgId { get; set; } |
| | | public string? FReceiveDeptId { get; set; } |
| | | |
| | | public string? FEntrySettleOrgId { get; set; } |
| | | |
| | | // end |
| | | public string? FGiveAway { get; set; } |
| | | |
| | | //public string? FNote { get; set; } |
| | | public string? FEntryNote { get; set; } |
| | | public string? FSupMatId { get; set; } |
| | |
| | | public string? FTerminaterId { get; set; } |
| | | public string? FTerminateDate { get; set; } |
| | | public string? FReceiveQty { get; set; } |
| | | |
| | | public string? FRemainReceiveQty { get; set; } |
| | | |
| | | //public string? FBaseStockInQty { get; set; } |
| | | public string? FStockInQty { get; set; } //累计入库数 |
| | | public string? FRemainStockINQty { get; set; } |
| | | |
| | | public string? FMrbQty { get; set; } |
| | | |
| | | //public string? FBaseCheckRetQty { get; set; } |
| | | //public string? FBaseStockRetQty { get; set; } |
| | | public string? FCHECKRETQTY { get; set; } //收料可退数 |