Commit a705be59 by huluobin

排班合并 预约更新合并

parent bed6be97
package com.gogirl.domain.product.serve;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
......@@ -12,6 +14,8 @@ import java.util.Date;
@TableName("praise_record")
public class PraiseRecord {
@TableId(type = IdType.AUTO)
private Integer id;
@ApiModelProperty("用户id")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment