自动化立体仓库 - WMS系统
#
lsh
2024-01-12 634748d87913a4e56ec80dffb9e3361a6e96676a
src/main/java/com/zy/asrs/entity/param/Review.java
@@ -8,6 +8,8 @@
    private String locNo;
//    用户码
    private String userId;
//    通道号
    private String channel;
//    PACK条码
    private String barcode;
//    请求时间, yyyy-MM-dd HH:mm:ss
@@ -16,5 +18,5 @@
    private String testResult;
    private Boolean pause;
    private String pause;
}