Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
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
项目统一框架
amos-boot-biz
Commits
f24107ed
Commit
f24107ed
authored
Jan 17, 2024
by
tangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改审核状态字段
parent
7139fa45
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
StandardDto.java
...om/yeejoin/amos/boot/module/hygf/api/dto/StandardDto.java
+1
-1
No files found.
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/java/com/yeejoin/amos/boot/module/hygf/api/dto/StandardDto.java
View file @
f24107ed
...
@@ -11,7 +11,7 @@ import lombok.Data;
...
@@ -11,7 +11,7 @@ import lombok.Data;
public
class
StandardDto
{
public
class
StandardDto
{
private
String
comment
;
//审核备注
private
String
comment
;
//审核备注
private
String
result
;
//审核状态值
private
String
result
;
//审核状态值
private
String
resultCode
;
//审核状态key
private
String
resultCode
=
"approvalStatus"
;
//审核状态key
private
String
taskId
;
//工作流任务id
private
String
taskId
;
//工作流任务id
private
VariableDto
variable
;
//提交表单值
private
VariableDto
variable
;
//提交表单值
}
}
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