Commit 317833c8 by huluobin

update

parent 3c99ef66
......@@ -11,6 +11,7 @@ import lombok.EqualsAndHashCode;
import lombok.experimental.Accessors;
import java.io.Serializable;
import java.time.LocalDateTime;
/**
* <p>
......@@ -51,9 +52,11 @@ public class BeautyExpoQuestionnaire implements Serializable {
private String intention;
@ApiModelProperty(value = "1-领取礼品 2-领取课程")
@DictParam(dictCode = "BEAUTY_EXPO_QUESTIONNAIRE_TYPE",dictValueParam = "typeStr")
@DictParam(dictCode = "BEAUTY_EXPO_QUESTIONNAIRE_TYPE", dictValueParam = "typeStr")
private Integer type;
private LocalDateTime createTime;
@ApiModelProperty(value = "1-领取礼品 2-领取课程")
@TableField(exist = false)
private String typeStr;
......
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