fix 项目列表-状态查询
This commit is contained in:
parent
c6a74f8846
commit
638fcafd0a
|
|
@ -95,6 +95,10 @@ public class WrkProject extends BaseEntity {
|
||||||
@DictFormat(dictType = "project_effect")
|
@DictFormat(dictType = "project_effect")
|
||||||
@Condition(name = "project_effect", type = Condition.ConditionType.eq)
|
@Condition(name = "project_effect", type = Condition.ConditionType.eq)
|
||||||
private Integer projectEffect;
|
private Integer projectEffect;
|
||||||
|
@TableField(value = "project_effect")
|
||||||
|
@DictFormat(dictType = "project_effect")
|
||||||
|
@Condition(name = "project_effect", type = Condition.ConditionType.eq)
|
||||||
|
private Integer status;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 查询条件 所属部门id
|
* 查询条件 所属部门id
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue