| | |
| | | namespace Tiger.Model |
| | | { |
| | | /// <summary> |
| | | /// 实体:备料单(WMS)条码明细 |
| | | /// 实体:备料任务(WMS)条码明细 |
| | | /// </summary> |
| | | [Description("Primary:ID")] |
| | | [DisplayName("备料单(WMS)条码明细")] |
| | | [DisplayName("备料任务(WMS)条码明细")] |
| | | [Serializable] |
| | | [SugarTable("BIZ_WMS_PREP_SN")] |
| | | public class BIZ_WMS_PREP_SN : DbEntityWithAuth |
| | | { |
| | | #region 构造函数 |
| | | /// <summary> |
| | | /// 实体:备料单(WMS)条码明细 |
| | | /// 实体:备料任务(WMS)条码明细 |
| | | /// </summary> |
| | | public BIZ_WMS_PREP_SN() {} |
| | | #endregion |
| | | |
| | | #region 公共属性 |
| | | /// <summary> |
| | | /// 备料单号 |
| | | /// 备料任务号 |
| | | /// </summary> |
| | | [DisplayName("备料单号")] |
| | | [DisplayName("备料任务号")] |
| | | public string ORDER_NO { get; set; } |
| | | /// <summary> |
| | | /// 备料单行号 |
| | | /// 备料任务行号 |
| | | /// </summary> |
| | | [DisplayName("备料单行号")] |
| | | [DisplayName("备料任务行号")] |
| | | public string ORDER_LINE { get; set; } |
| | | /// <summary> |
| | | /// 发料批次 |
| | | /// </summary> |
| | | [DisplayName("发料批次")] |
| | | public string ORDER_BATCH { get; set; } |
| | | /// <summary> |
| | | /// 物品标签 |
| | | /// </summary> |
| | |
| | | [DisplayName("出库时间")] |
| | | public DateTime DLVY_TIME { get; set; } = DateTime.MinValue; |
| | | /// <summary> |
| | | /// 关联领料单ID |
| | | /// </summary> |
| | | [DisplayName("关联领料单ID")] |
| | | public string REQ_ID { get; set; } |
| | | /// <summary> |
| | | /// 关联领料单号 |
| | | /// </summary> |
| | | [DisplayName("关联领料单号")] |
| | | public string REQ_NO { get; set; } |
| | | public string REQ_ORDER { get; set; } |
| | | /// <summary> |
| | | /// 关联领料单行号 |
| | | /// </summary> |