src/main/java/com/zy/asrs/entity/OrderPakinLog.java
@@ -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() { }