|
@@ -53,13 +53,13 @@ public class BmProjectConstruction extends BaseEntity
|
|
|
/**
|
|
|
* 合同约定开工时间
|
|
|
*/
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
private Date orderBeginTime;
|
|
|
|
|
|
/**
|
|
|
* 合同约定竣工时间
|
|
|
*/
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
private Date orderEndTime;
|
|
|
|
|
|
public Date getOrderBeginTime() {
|