|
@@ -24,7 +24,7 @@ public class Ccgc {
|
|
24
|
private String scnf;//生产年份
|
24
|
private String scnf;//生产年份
|
|
25
|
private BigDecimal hdcr;//核定仓容
|
25
|
private BigDecimal hdcr;//核定仓容
|
|
26
|
private BigDecimal kcsl;//库存数量
|
26
|
private BigDecimal kcsl;//库存数量
|
|
27
|
- @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
|
|
|
27
|
+ @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
28
|
private Date bjsj;//报警时间
|
28
|
private Date bjsj;//报警时间
|
|
29
|
private String shzt;//状态
|
29
|
private String shzt;//状态
|
|
30
|
private String shztbm;//审核状态编码
|
30
|
private String shztbm;//审核状态编码
|