1551 条码制作-钢结构页面订单表加状态字段,区分打包和未打包

This commit is contained in:
10001392 2026-06-04 09:10:18 +08:00
parent 29dd55007e
commit 20ab09b429
1 changed files with 4 additions and 4 deletions

View File

@ -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;
}