Commit 0b254509 by huluobin

战术更新

parent 8ecc9762
......@@ -21,7 +21,7 @@ import java.io.Serializable;
@Data
@EqualsAndHashCode(callSuper = false)
@Accessors(chain = true)
@ApiModel(value="BeautyExpoQuestionnaire对象", description="")
@ApiModel(value = "BeautyExpoQuestionnaire对象", description = "")
public class BeautyExpoQuestionnaire implements Serializable {
private static final long serialVersionUID = 1L;
......@@ -44,5 +44,7 @@ public class BeautyExpoQuestionnaire implements Serializable {
@ApiModelProperty(value = "职业")
private String profession;
@ApiModelProperty(value = "意向")
private String intention;
}
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