8.6
luodangjia
2024-08-06 1529842471c8c07a5181a10404b6dff2a0944500
ruoyi-service/ruoyi-user/src/main/java/com/ruoyi/user/entity/ServeRecord.java
@@ -24,12 +24,12 @@
@ApiModel(value = "ServeRecord对象", description = "师傅服务记录")
public class ServeRecord extends BaseEntity {
    @TableId(value = "id",type = IdType.AUTO)
    @TableId(value = "id", type = IdType.AUTO)
    private Integer id;
    @ApiModelProperty("订单id")
    @TableField("order_id")
    private Integer orderId;
    private String orderId;
    @ApiModelProperty("现场照片(多张照片 ','隔开)")
    @TableField("photo")