Commit 1b78f2dc by liyanlin

fix

parent 6c814799
......@@ -2,6 +2,7 @@ package com.gogirl.domain.order.serve;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import io.swagger.annotations.ApiModel;
......@@ -19,9 +20,11 @@ public class OrderServeDescribe implements Serializable {
private Integer id;
@ApiModelProperty("描述")
@TableField(value = "`describe`")
private String describe;
@ApiModelProperty("1.美甲款式描述;2.睫毛品牌;3.睫毛设计上睫毛;4.睫毛设计下睫毛;5.睫毛粗细;6.睫毛根数;7.睫毛长度8睫毛曲度;9睫毛颜色 10睫毛款式类型'")
@TableField(value = "`type`")
private Integer type;
@ApiModelProperty("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