|
|
@@ -13,7 +13,6 @@ public class BusinessQcQualityInspection {
|
|
13
|
13
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone="GMT+8")
|
|
14
|
14
|
private Date createdate;
|
|
15
|
15
|
|
|
16
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone="GMT+8")
|
|
17
|
16
|
private String updatename;
|
|
18
|
17
|
|
|
19
|
18
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone="GMT+8")
|