自动化立体仓库 - WMS系统
chen.llin
2 天以前 46168fbb7c925b0ec04def176095e967720e684a
src/main/java/com/zy/asrs/entity/OrderPakinLog.java
@@ -20,7 +20,7 @@
import java.util.Date;
@Data
@TableName("man_order_pakin_log")
@TableName("man_order_log_pakin")
public class OrderPakinLog implements Serializable {
    private static final long serialVersionUID = 1L;
@@ -29,7 +29,7 @@
     * ID
     */
    @ApiModelProperty(value = "ID")
    @TableId(value = "id", type = IdType.AUTO)
    @TableId(value = "id", type = IdType.INPUT)
    private Long id;
    /**
@@ -290,6 +290,13 @@
    @TableField("monthly_settle_no")
    private String monthlySettleNo;
    /**
     * 是否有业务时间变更记录(临时字段,不映射到数据库)
     */
    @ApiModelProperty(value = "是否有业务时间变更记录")
    @TableField(exist = false)
    private Boolean hasChangeLog;
    public OrderPakinLog() {
    }