自动化立体仓库 - WMS系统
chen.llin
2025-12-24 75c252bce336b9f1bd024cc186ce09992a0b01bc
src/main/java/com/zy/asrs/entity/OrderDetlPakinLog.java
@@ -23,7 +23,7 @@
import java.util.Objects;
@Data
@TableName("man_order_detl_pakin_log")
@TableName("man_order_detl_log_pakin")
public class OrderDetlPakinLog implements Serializable {
    private static final long serialVersionUID = 1L;
@@ -32,7 +32,7 @@
     * ID
     */
    @ApiModelProperty(value = "ID")
    @TableId(value = "id", type = IdType.AUTO)
    @TableId(value = "id", type = IdType.INPUT)
    private Long id;
    /**