xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/OrderTask.java
@@ -29,6 +29,7 @@ @ApiModel(value = "订单任务表") public class OrderTask extends XbootBaseEntity { //存放7天内的数据 private static final long serialVersionUID = 1L; @ApiModelProperty(value = "订单号") @@ -95,7 +96,10 @@ private String customerReceiveId; @ApiModelProperty(value = "是否点赞 0:否 1:是") private String likes; private int likes; @ApiModelProperty(value = "耗时 毫秒") private int time; @Transient @TableField(exist = false)