kongdeqiang
2024-10-28 25b0a1e9e9784e07abd07613a22c508a8d42e526
src/main/java/com/boying/entity/OrderRecord.java
@@ -107,12 +107,12 @@
    //图片id
    @ApiModelProperty(value = "入场图片id")
    @Column(columnDefinition = "int comment '入场图片id'")
    private Long imgInId;
    private Integer imgInId;
    //图片id
    @ApiModelProperty(value = "出场图片id")
    @Column(columnDefinition = "int comment '出场图片id'")
    private Long imgOutId;
    private Integer imgOutId;
    @Transient
    @TableField(exist = false)