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
11a79d9e
Commit
11a79d9e
authored
Dec 20, 2023
by
LiuLin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(ymt):生成顺序码调整代码结构,需要feign接口调用,参考TzsServiceFeignClient,接口在GenerateCodeController中
parent
5c3c9d39
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
TzsServiceFeignClient.java
.../amos/boot/module/jg/biz/feign/TzsServiceFeignClient.java
+7
-7
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/java/com/yeejoin/amos/boot/module/jg/biz/feign/TzsServiceFeignClient.java
View file @
11a79d9e
...
@@ -36,7 +36,7 @@ public interface TzsServiceFeignClient {
...
@@ -36,7 +36,7 @@ public interface TzsServiceFeignClient {
/**
/**
* 申请单编号生成
* 申请单编号生成
* @param type
type
* @param type
参考ApplicationFormTypeEnum中的枚举
* @param batchSize batchSize
* @param batchSize batchSize
* @return List
* @return List
*/
*/
...
@@ -45,17 +45,17 @@ public interface TzsServiceFeignClient {
...
@@ -45,17 +45,17 @@ public interface TzsServiceFeignClient {
@RequestParam
(
"batchSize"
)
int
batchSize
);
@RequestParam
(
"batchSize"
)
int
batchSize
);
/**
/**
*
申请单编号生成
*
生成设备注册编码
* @param key
* @param key
16位
* @return
String
* @return
生成设备注册编码(20位)
*/
*/
@RequestMapping
(
value
=
"/generate-code/deviceRegistrationCode"
,
method
=
RequestMethod
.
POST
)
@RequestMapping
(
value
=
"/generate-code/deviceRegistrationCode"
,
method
=
RequestMethod
.
POST
)
ResponseModel
<
String
>
deviceRegistrationCode
(
@RequestParam
(
"key"
)
String
key
);
ResponseModel
<
String
>
deviceRegistrationCode
(
@RequestParam
(
"key"
)
String
key
);
/**
/**
*
申请单编号
生成
*
使用登记证
生成
* @param key
* @param key
起11陕C
* @return
String
* @return
生成使用登记证编号(13位,起11陕C00001(23))
*/
*/
@RequestMapping
(
value
=
"/generate-code/useRegistrationCode"
,
method
=
RequestMethod
.
POST
)
@RequestMapping
(
value
=
"/generate-code/useRegistrationCode"
,
method
=
RequestMethod
.
POST
)
ResponseModel
<
String
>
useRegistrationCode
(
@RequestParam
(
"key"
)
String
key
);
ResponseModel
<
String
>
useRegistrationCode
(
@RequestParam
(
"key"
)
String
key
);
...
...
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