Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hg-smart
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
platform
hg-smart
Commits
10b8d496
Commit
10b8d496
authored
May 08, 2024
by
wuwenlong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
用户&组织机构下拉代码还原
parent
c9b60ce0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
0 deletions
+36
-0
DdynamicEnum.java
src/main/java/com/baosight/hggp/common/DdynamicEnum.java
+36
-0
No files found.
src/main/java/com/baosight/hggp/common/DdynamicEnum.java
View file @
10b8d496
...
...
@@ -29,6 +29,42 @@ public enum DdynamicEnum {
CUSTOMER_RECORD_BLOCK_ID
(
"customer_record_block_id"
,
"custCode"
,
"custName"
,
"HPPZ003.queryComboBox"
),
/**
* 模块:厂区管理
* 用途:厂区管理下拉框
* 编写:songx
*/
FACTORY_RECORD_BLOCK_ID
(
"factory_record_block_id"
,
"orgId"
,
"orgCname"
,
"HPXSOrg.queryFactoryComboBox"
),
/**
* 模块:组管理
* 用途:组管理下拉框
* 编写:songx
*/
GROUP_RECORD_BLOCK_ID
(
"group_record_block_id"
,
"orgId"
,
"orgCname"
,
"HPXSOrg.queryGroupComboBox"
),
/**
* 模块:组管理
* 用途:组管理下拉框
* 编写:w
*/
USER_GROUP_BLOCK_ID
(
"user_group_block_id"
,
"groupCode"
,
"groupName"
,
"factoryCode"
,
"HPXSOrg.queryAppGroup"
),
/**
* 模块:用户企业
* 用途:项目档案下拉框
* 编写:wwl
*/
COMPANY_RECORD_BLOCK_ID
(
"company_record_block_id"
,
"companyCode"
,
"companyName"
,
"HPXSUser.queryCompanyComboBox"
),
/**
* 模块:用户
* 用途:用户下拉框
* 编写:yk
*/
USER_BLOCK_ID
(
"user_block_id"
,
"loginName"
,
"userName"
,
"HPXSUser.queryComboBox"
),
/**
* 模块:系统管理
* 用途:部门
* 编写:ly
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment