Commit ef8e995a authored by m1991's avatar m1991

资讯 实体类字段类型修改与数据库添加创建时间

parent e4d3526d
......@@ -63,6 +63,20 @@ public class shopZx extends Model<shopZx> implements Serializable{
@ApiModelProperty(name = "zxField", value = "资讯文字输入字段")
private String zxField;
/**
* 资讯文字输入字段
*/
@ApiModelProperty(name = "zxField", value = "资讯数据创建时间")
private Data zxDate;
public Data getZxDate() {
return zxDate;
}
public void setZxDate(Data zxDate) {
this.zxDate = zxDate;
}
public Integer getZxid() {
return zxid;
}
......
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