From 926dcfa888dd5dd57d357ae1fdcd1f1447434ff4 Mon Sep 17 00:00:00 2001
From: jinpengyong <jpy123456>
Date: Wed, 15 Nov 2023 09:37:44 +0800
Subject: [PATCH] chore:重要任务类型补充提交
---
screen-api/src/main/java/com/moral/api/pojo/query/allocation/AllocationUpdateCond.java | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/screen-api/src/main/java/com/moral/api/pojo/query/allocation/AllocationUpdateCond.java b/screen-api/src/main/java/com/moral/api/pojo/query/allocation/AllocationUpdateCond.java
index 41c311b..e1ad1f5 100644
--- a/screen-api/src/main/java/com/moral/api/pojo/query/allocation/AllocationUpdateCond.java
+++ b/screen-api/src/main/java/com/moral/api/pojo/query/allocation/AllocationUpdateCond.java
@@ -78,6 +78,10 @@
@ApiModelProperty(value = "������������")
private List<FileVo> fileBaseList;
+ @ApiModelProperty(value = "������������������")
+ private Integer keyPoint;
+
+
public Allocation convert() {
Allocation allocation = BeanConverts.convert(this, Allocation.class);
return allocation;
--
Gitblit v1.8.0