1551 条码制作-钢结构页面订单表加状态字段,区分打包和未打包
This commit is contained in:
parent
29dd55007e
commit
20ab09b429
|
|
@ -182,8 +182,8 @@ public class DeliverStructuralPackageOrderVO {
|
|||
@ExcelColumn(value = "ECO", colIndex = 13)
|
||||
private String eco;
|
||||
|
||||
/**
|
||||
* 状态,0:未打包;1:已打包;2-在途;3-已收货
|
||||
*/
|
||||
private Short state;
|
||||
// /**
|
||||
// * 状态,0:未打包;1:已打包;2-在途;3-已收货
|
||||
// */
|
||||
// private Short state;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue