Commit 23177e34 by huluobin

update

parent e7c705ed
package com.gogirl.domain.customer; package com.gogirl.domain.customer;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty; import io.swagger.annotations.ApiModelProperty;
import lombok.Data; import lombok.Data;
...@@ -24,6 +26,7 @@ public class CustomerInfoEnum implements Serializable { ...@@ -24,6 +26,7 @@ public class CustomerInfoEnum implements Serializable {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
@TableId(type = IdType.AUTO)
private Integer id; private Integer id;
@ApiModelProperty(value = "1-职业 2-偏好 ") @ApiModelProperty(value = "1-职业 2-偏好 ")
......
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