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")