kongdeqiang
2023-12-12 0423dcc11fe7bfcfc107198bbe4cbe34d77ace6f
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)