Commit 691b15c7 authored by wangyangyang's avatar wangyangyang

项目:加基础属性 项目分类

parent 304f8e61
...@@ -25,7 +25,7 @@ import com.yonde.dex.dfs.objfilelink.plugin.common.entity.DxObjFileLinkVOEmbedda ...@@ -25,7 +25,7 @@ import com.yonde.dex.dfs.objfilelink.plugin.common.entity.DxObjFileLinkVOEmbedda
* @description: DxContext-VOExpand扩展实体 * @description: DxContext-VOExpand扩展实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-9-20 10:26:39 * @date: 2024-10-17 13:59:35
**/ **/
@EqualsAndHashCode @EqualsAndHashCode
@Data @Data
...@@ -49,6 +49,7 @@ public class DxContextVOExpand<V extends DxContextVOPluginExpand> implements Ser ...@@ -49,6 +49,7 @@ public class DxContextVOExpand<V extends DxContextVOPluginExpand> implements Ser
public static final String MANAGER_ORG_ID_TYPE_PROP_NAME = "managerOrgIdType"; public static final String MANAGER_ORG_ID_TYPE_PROP_NAME = "managerOrgIdType";
public static final String NUMBER_PROP_NAME = "number"; public static final String NUMBER_PROP_NAME = "number";
public static final String PRO_TYPE_PROP_NAME = "proType"; public static final String PRO_TYPE_PROP_NAME = "proType";
public static final String PROJECT_CLASS_PROP_NAME = "projectClass";
public static final String START_TIME_PROP_NAME = "startTime"; public static final String START_TIME_PROP_NAME = "startTime";
public static final String TOTAL_BUDGET_PROP_NAME = "totalBudget"; public static final String TOTAL_BUDGET_PROP_NAME = "totalBudget";
...@@ -154,6 +155,11 @@ public class DxContextVOExpand<V extends DxContextVOPluginExpand> implements Ser ...@@ -154,6 +155,11 @@ public class DxContextVOExpand<V extends DxContextVOPluginExpand> implements Ser
*/ */
private String proType; private String proType;
/**
* 项目分类
*/
private String projectClass;
/** /**
* 计划开始时间 * 计划开始时间
*/ */
......
...@@ -19,7 +19,7 @@ import com.yonde.dex.secretcode.plugin.entities.DxSecretEmbeddable; ...@@ -19,7 +19,7 @@ import com.yonde.dex.secretcode.plugin.entities.DxSecretEmbeddable;
* @description: DxContext-POExpand扩展实体 * @description: DxContext-POExpand扩展实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-9-20 10:26:39 * @date: 2024-10-17 13:59:35
**/ **/
@ToString @ToString
@Embeddable @Embeddable
...@@ -88,6 +88,10 @@ public class DxContextExpand implements Serializable{ ...@@ -88,6 +88,10 @@ public class DxContextExpand implements Serializable{
*/ */
private String proType; private String proType;
/** /**
* 项目分类
*/
private String projectClass;
/**
* 计划开始时间 * 计划开始时间
*/ */
private LocalDateTime startTime; private LocalDateTime startTime;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment