| | |
| | | public string? DocumentStatus { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 单据类型 1、采购 2、委外 |
| | | /// 单据类型 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "DOCUMENT_TYPE")] |
| | | public string? DocumentType { get; set; } |
| | |
| | | /// <summary> |
| | | /// 自定义字段1 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "changereason")] |
| | | public string? Changereason { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 自定义字段1 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "REMARK1")] |
| | | public string? Remark1 { get; set; } |
| | | |
| | |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "REMARK5")] |
| | | public string? Remark5 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 业务类型 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "ARRIVE_DATE")] |
| | | public DateTime? ArriveDate { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 采购日期 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "RECEIVE_ORG")] |
| | | public decimal? ReceiveOrg { get; set; } |
| | | } |