| | |
| | | /// 序号 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="LINE_NUMBER" )] |
| | | public decimal LineNumber { get; set; } |
| | | public decimal? LineNumber { get; set; } |
| | | /// <summary> |
| | | /// 销售订单号 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="F_UNW_TEXT_XSDDH" )] |
| | | public string FUnwTextXsddh { get; set; } |
| | | public string? FUnwTextXsddh { get; set; } |
| | | /// <summary> |
| | | /// 需求组织 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="OWNER_ORGANIZATION_ID" )] |
| | | public string OwnerOrganizationId { get; set; } |
| | | public string? OwnerOrganizationId { get; set; } |
| | | /// <summary> |
| | | /// 物料编码 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="FMATERIALID" )] |
| | | public string Fmaterialid { get; set; } |
| | | public string? Fmaterialid { get; set; } |
| | | /// <summary> |
| | | /// 规格型号 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="FMATERIALMODEL" )] |
| | | public string Fmaterialmodel { get; set; } |
| | | public string? Fmaterialmodel { get; set; } |
| | | /// <summary> |
| | | /// 物料名称 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="FMATERIALNAME" )] |
| | | public string Fmaterialname { get; set; } |
| | | public string? Fmaterialname { get; set; } |
| | | /// <summary> |
| | | /// 申请单位 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="FUNITID" )] |
| | | public string Funitid { get; set; } |
| | | public string? Funitid { get; set; } |
| | | /// <summary> |
| | | /// 申请数量 |
| | | ///</summary> |
| | |
| | | /// 采购组织 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="BUYER_ORGANIZATION_ID" )] |
| | | public string BuyerOrganizationId { get; set; } |
| | | public string? BuyerOrganizationId { get; set; } |
| | | /// <summary> |
| | | /// 建议供应商 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="FSUGGESTSUPPLIERID" )] |
| | | public string Fsuggestsupplierid { get; set; } |
| | | public string? Fsuggestsupplierid { get; set; } |
| | | /// <summary> |
| | | /// 收料组织 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="WAREHOUSE_ID" )] |
| | | public string WarehouseId { get; set; } |
| | | public string? WarehouseId { get; set; } |
| | | /// <summary> |
| | | /// 库存单位 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="FREQSTOCKUNITID" )] |
| | | public string Freqstockunitid { get; set; } |
| | | public string? Freqstockunitid { get; set; } |
| | | /// <summary> |
| | | /// 库存单位数量 |
| | | ///</summary> |
| | |
| | | /// 计价单位 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="FPRICEUNITID" )] |
| | | public string Fpriceunitid { get; set; } |
| | | public string? Fpriceunitid { get; set; } |
| | | /// <summary> |
| | | /// 计价数量 |
| | | ///</summary> |
| | |
| | | /// 提前期 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="FLEADTIME" )] |
| | | public decimal Fleadtime { get; set; } |
| | | public decimal? Fleadtime { get; set; } |
| | | /// <summary> |
| | | /// 计划跟踪号 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="FMTONO" )] |
| | | public string Fmtono { get; set; } |
| | | public string? Fmtono { get; set; } |
| | | /// <summary> |
| | | /// 需求跟踪号 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="FREQTRACENO" )] |
| | | public string Freqtraceno { get; set; } |
| | | public string? Freqtraceno { get; set; } |
| | | /// <summary> |
| | | /// 需求单据编号 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="FDEMANDBILLNO" )] |
| | | public string Fdemandbillno { get; set; } |
| | | public string? Fdemandbillno { get; set; } |
| | | /// <summary> |
| | | /// 需求单据行号 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="FDEMANDBILLENTRYSEQ" )] |
| | | public decimal Fdemandbillentryseq { get; set; } |
| | | public decimal? Fdemandbillentryseq { get; set; } |
| | | /// <summary> |
| | | /// 业务终止 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="FMRPTERMINATESTATUS" )] |
| | | public string Fmrpterminatestatus { get; set; } |
| | | public string? Fmrpterminatestatus { get; set; } |
| | | /// <summary> |
| | | /// 终止人 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="FTERMINATERID" )] |
| | | public string Fterminaterid { get; set; } |
| | | public string? Fterminaterid { get; set; } |
| | | /// <summary> |
| | | /// 终止日期 |
| | | ///</summary> |