自动化立体仓库 - WMS系统
#
lsh
2023-12-20 cd280ead41b98ee60154038e36d9b83cc25e7d16
src/main/java/com/zy/asrs/entity/param/Review.java
@@ -8,10 +8,15 @@
    private String locNo;
//    用户码
    private String userId;
//    通道号
    private String channel;
//    PACK条码
    private String barcode;
//    请求时间, yyyy-MM-dd HH:mm:ss
    private String requestTime;
//    测试结果,OK/NG
    private String testResult;
    private Boolean pause;
    private String pause;
}