自动化立体仓库 - WMS系统
zc
2025-07-16 c42346453608186971fad5e80ffd08fd58d38d06
src/main/java/com/zy/asrs/entity/param/CheckResult.java
@@ -8,7 +8,7 @@
@Data
public class CheckResult implements Serializable {
    private String barcode;
    private String palletBarcode;
    private List<DetlDto> details;
}