|  |  |  | 
|---|
|  |  |  | [SugarColumn(IsNullable = true, ColumnDescription = "备注")] | 
|---|
|  |  |  | public string Remark { get; set; } | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 生产产线 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [SugarColumn(IsNullable = true, ColumnDescription = "生产产线")] | 
|---|
|  |  |  | public string ProductionLine { get; set; } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 当前工序 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [SugarColumn(IsNullable = true, ColumnDescription = "当前工序")] | 
|---|
|  |  |  | public string ProcessCode { get; set; } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 下一工序 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [SugarColumn(IsNullable = true, ColumnDescription = "下一工序")] | 
|---|
|  |  |  | public string NextProcessCode { get; set; } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 库存明细 | 
|---|
|  |  |  | /// </summary> | 
|---|