| | |
| | | [DisplayName("加工段")] |
| | | public string SEGMENT { get; set; } |
| | | /// <summary> |
| | | /// 重量 |
| | | /// </summary> |
| | | [DisplayName("重量")] |
| | | public double WEIGHT { get; set; } |
| | | /// <summary> |
| | | /// 重量单位 |
| | | /// </summary> |
| | | [DisplayName("重量单位")] |
| | | public string WEIGHT_UNIT { get; set; } |
| | | /// <summary> |
| | | /// 备注 |
| | | /// </summary> |
| | | [DisplayName("备注")] |
| | |
| | | [SugarColumn(IsIgnore = true)] |
| | | public string FieldName { get; set; } |
| | | */ |
| | | [SugarColumn(IsIgnore = true)] |
| | | public string ACT_ID { get; set; } |
| | | [SugarColumn(IsIgnore = true)] |
| | | public string FLOW_SN { get; set; } |
| | | #endregion |
| | | |
| | | #region 外键属性 |