|
|
@@ -48,8 +48,8 @@ public class GxtWorkOrderFlow extends BaseEntity
|
|
|
private String operatorName;
|
|
|
|
|
|
/** 操作时间 */
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
- @Excel(name = "操作时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm")
|
|
|
+ @Excel(name = "操作时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm")
|
|
|
private Date actionTime;
|
|
|
|
|
|
/** 操作备注 */
|