update code
parent
e520f4dd45
commit
706c95a767
|
@ -66,8 +66,8 @@ public class SmzSspProblemmodify extends BaseEntity
|
|||
private String nickedArea;
|
||||
|
||||
/** 留痕时间 */
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:ss")
|
||||
@Excel(name = "整改时间", width = 30, dateFormat = "yyyy-MM-dd HH:ss")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@Excel(name = "整改时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date nickedTime;
|
||||
|
||||
/** 工程类型 */
|
||||
|
|
Loading…
Reference in New Issue