分页展示实施对象属性

This commit is contained in:
wr
2023-08-01 09:42:16 +08:00
parent f995b3bd7a
commit 729817d281

View File

@@ -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;