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
6cb7ce3f
Commit
6cb7ce3f
authored
Jul 17, 2023
by
tangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改名称
parent
968c2a7d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
PowerStationNodeEnum.java
.../amos/boot/module/hygf/api/Enum/PowerStationNodeEnum.java
+7
-7
WorkflowFeignClient.java
.../amos/boot/module/hygf/biz/feign/WorkflowFeignClient.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/Enum/PowerStationNodeEnum.java
View file @
6cb7ce3f
...
...
@@ -12,13 +12,13 @@ import lombok.Getter;
@AllArgsConstructor
public
enum
PowerStationNodeEnum
{
经销商审核
(
"经销商
审核"
,
"0
"
),
设计审核
(
"设计审核"
,
"
1
"
),
投融审核
(
"投融审核"
,
"
2
"
),
法务审核
(
"法务审核"
,
"
3
"
),
设计上传图纸
(
"设计上传图纸"
,
"
4
"
),
经销商上传图纸
(
"经销商上传图纸"
,
"
5
"
),
文件审核
(
"文件审核"
,
"
6
"
);
经销商审核
(
"经销商
确认"
,
"hygf_02
"
),
设计审核
(
"设计审核"
,
"
hygf_03
"
),
投融审核
(
"投融审核"
,
"
hygf_05
"
),
法务审核
(
"法务审核"
,
"
hygf_07
"
),
设计上传图纸
(
"设计上传图纸"
,
"
hygf_09
"
),
经销商上传图纸
(
"经销商上传图纸"
,
"
hygf_10
"
),
文件审核
(
"文件审核"
,
"
hygf_11
"
);
/**
* 名称,描述
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/feign/
Supervision
FeignClient.java
→
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/feign/
Workflow
FeignClient.java
View file @
6cb7ce3f
...
...
@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RequestParam;
@FeignClient
(
name
=
"${workflow.feign.name:AMOS-API-WORKFLOW}"
,
path
=
"workflow"
,
configuration
=
{
MultipartSupportConfig
.
class
})
public
interface
Supervision
FeignClient
{
public
interface
Workflow
FeignClient
{
/***
* 根据task_id 获取节点信息
...
...
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