分页展示实施对象属性
This commit is contained in:
@@ -168,7 +168,14 @@ public class SupvPlanVO {
|
|||||||
* 实施状态
|
* 实施状态
|
||||||
*/
|
*/
|
||||||
private String effectStatus;
|
private String effectStatus;
|
||||||
|
/**
|
||||||
|
* 实施人id
|
||||||
|
*/
|
||||||
|
private String effectUserId;
|
||||||
|
/**
|
||||||
|
* 实施人姓名
|
||||||
|
*/
|
||||||
|
private String effectUserName;
|
||||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||||
private LocalDateTime createTime;
|
private LocalDateTime createTime;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user