添加字段
This commit is contained in:
parent
5c72fc090a
commit
b098b39654
|
|
@ -71,4 +71,9 @@ public class ZyGonggao implements Serializable {
|
||||||
@DateTimeFormat(pattern="yyyy-MM-dd")
|
@DateTimeFormat(pattern="yyyy-MM-dd")
|
||||||
@ApiModelProperty(value = "发布时间")
|
@ApiModelProperty(value = "发布时间")
|
||||||
private java.util.Date fbTime;
|
private java.util.Date fbTime;
|
||||||
|
|
||||||
|
|
||||||
|
private java.lang.String rwbh;
|
||||||
|
|
||||||
|
private java.lang.String xqxn;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue