Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
K
klck
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
位宇华
klck
Commits
b9a2a7da
Commit
b9a2a7da
authored
Jul 26, 2023
by
lenovo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
规则详情导出详情状态信息转中文导出
parent
d1cc0c23
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ruoyi-supplies/src/main/java/com/ruoyi/system/domain/ActSuppliesRoleDetail.java
...n/java/com/ruoyi/system/domain/ActSuppliesRoleDetail.java
+2
-2
No files found.
ruoyi-supplies/src/main/java/com/ruoyi/system/domain/ActSuppliesRoleDetail.java
View file @
b9a2a7da
...
@@ -42,11 +42,11 @@ public class ActSuppliesRoleDetail extends BaseEntity
...
@@ -42,11 +42,11 @@ public class ActSuppliesRoleDetail extends BaseEntity
private
String
detailContent
;
private
String
detailContent
;
/**运算规则*/
/**运算规则*/
@Excel
(
name
=
"运算规则"
)
@Excel
(
name
=
"运算规则"
,
readConverterExp
=
"0=无,1=物料转换,2=加法运算,3=减法运算,4=乘法运算,5=除法运算"
)
private
Integer
convertStatus
;
private
Integer
convertStatus
;
/** 状态 */
/** 状态 */
@Excel
(
name
=
"状态"
)
@Excel
(
name
=
"状态"
,
readConverterExp
=
"0=启用,1=禁用"
)
private
Integer
status
;
private
Integer
status
;
public
String
getRoleName
()
{
public
String
getRoleName
()
{
...
...
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