Commit fd8af58b authored by chenhao's avatar chenhao

修改bug

parent 6f90dc7a
...@@ -41,6 +41,11 @@ public class FirefightersContract extends BaseEntity { ...@@ -41,6 +41,11 @@ public class FirefightersContract extends BaseEntity {
@ApiModelProperty(value = "签订日期") @ApiModelProperty(value = "签订日期")
@DateTimeFormat(pattern = "yyyy-MM-dd") @DateTimeFormat(pattern = "yyyy-MM-dd")
private Date signedTime; private Date signedTime;
@DateTimeFormat(pattern = "yyyy-MM-dd")
@ApiModelProperty(value = "起始时间")
private Date startTime;
@DateTimeFormat(pattern = "yyyy-MM-dd") @DateTimeFormat(pattern = "yyyy-MM-dd")
@ApiModelProperty(value = "到期时间") @ApiModelProperty(value = "到期时间")
private Date expireTime; private Date expireTime;
......
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