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
f92324dc
Commit
f92324dc
authored
Mar 10, 2025
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.api分组说明调整
parent
331ef3b6
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
9 additions
and
7 deletions
+9
-7
InspectionPlanController.java
.../module/jyjc/biz/controller/InspectionPlanController.java
+2
-0
JyjcInspectionApplicationAttachmentController.java
...roller/JyjcInspectionApplicationAttachmentController.java
+1
-1
JyjcInspectionApplicationController.java
...c/biz/controller/JyjcInspectionApplicationController.java
+1
-1
JyjcInspectionApplicationEquipController.java
.../controller/JyjcInspectionApplicationEquipController.java
+1
-1
JyjcInspectionApplicationPushLogController.java
...ontroller/JyjcInspectionApplicationPushLogController.java
+1
-1
JyjcInspectionResultAttachmentController.java
.../controller/JyjcInspectionResultAttachmentController.java
+1
-1
JyjcInspectionResultController.java
...e/jyjc/biz/controller/JyjcInspectionResultController.java
+1
-1
JyjcInspectionResultParamController.java
...c/biz/controller/JyjcInspectionResultParamController.java
+1
-1
No files found.
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/java/com/yeejoin/amos/boot/module/jyjc/biz/controller/InspectionPlanController.java
View file @
f92324dc
...
...
@@ -3,6 +3,7 @@ package com.yeejoin.amos.boot.module.jyjc.biz.controller;
import
com.alibaba.fastjson.JSONObject
;
import
com.yeejoin.amos.boot.module.jyjc.api.model.InspectionPlanModel
;
import
com.yeejoin.amos.boot.module.jyjc.biz.service.impl.InspectionPlanServiceImpl
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiOperation
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.web.bind.annotation.*
;
...
...
@@ -18,6 +19,7 @@ import org.typroject.tyboot.core.restful.utils.ResponseModel;
*/
@RestController
@RequestMapping
(
value
=
"/inspection/plan"
)
@Api
(
tags
=
"计划排期"
)
public
class
InspectionPlanController
{
@Autowired
...
...
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/java/com/yeejoin/amos/boot/module/jyjc/biz/controller/JyjcInspectionApplicationAttachmentController.java
View file @
f92324dc
...
...
@@ -24,7 +24,7 @@ import org.typroject.tyboot.core.foundation.enumeration.UserType;
* @date 2023-12-14
*/
@RestController
@Api
(
tags
=
"Api"
)
@Api
(
tags
=
"
报检申请附件
Api"
)
@RequestMapping
(
value
=
"/jyjc-inspection-application-attachment"
)
public
class
JyjcInspectionApplicationAttachmentController
extends
BaseController
{
...
...
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/java/com/yeejoin/amos/boot/module/jyjc/biz/controller/JyjcInspectionApplicationController.java
View file @
f92324dc
...
...
@@ -35,7 +35,7 @@ import java.util.*;
* @date 2023-12-14
*/
@RestController
@Api
(
tags
=
"Api"
)
@Api
(
tags
=
"
报检申请
Api"
)
@RequestMapping
(
value
=
"/jyjc-inspection-application"
)
public
class
JyjcInspectionApplicationController
extends
BaseController
{
...
...
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/java/com/yeejoin/amos/boot/module/jyjc/biz/controller/JyjcInspectionApplicationEquipController.java
View file @
f92324dc
...
...
@@ -24,7 +24,7 @@ import org.typroject.tyboot.core.foundation.enumeration.UserType;
* @date 2023-12-14
*/
@RestController
@Api
(
tags
=
"Api"
)
@Api
(
tags
=
"
报检申请设备
Api"
)
@RequestMapping
(
value
=
"/jyjc-inspection-application-equip"
)
public
class
JyjcInspectionApplicationEquipController
extends
BaseController
{
...
...
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/java/com/yeejoin/amos/boot/module/jyjc/biz/controller/JyjcInspectionApplicationPushLogController.java
View file @
f92324dc
...
...
@@ -24,7 +24,7 @@ import org.typroject.tyboot.core.foundation.enumeration.UserType;
* @date 2023-12-14
*/
@RestController
@Api
(
tags
=
"Api"
)
@Api
(
tags
=
"
报检申请推送日志
Api"
)
@RequestMapping
(
value
=
"/jyjc-inspection-application-push-log"
)
public
class
JyjcInspectionApplicationPushLogController
extends
BaseController
{
...
...
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/java/com/yeejoin/amos/boot/module/jyjc/biz/controller/JyjcInspectionResultAttachmentController.java
View file @
f92324dc
...
...
@@ -24,7 +24,7 @@ import org.typroject.tyboot.core.foundation.enumeration.UserType;
* @date 2023-12-14
*/
@RestController
@Api
(
tags
=
"Api"
)
@Api
(
tags
=
"
报检结果附件
Api"
)
@RequestMapping
(
value
=
"/jyjc-inspection-result-attachment"
)
public
class
JyjcInspectionResultAttachmentController
extends
BaseController
{
...
...
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/java/com/yeejoin/amos/boot/module/jyjc/biz/controller/JyjcInspectionResultController.java
View file @
f92324dc
...
...
@@ -27,7 +27,7 @@ import java.util.Map;
* @date 2023-12-14
*/
@RestController
@Api
(
tags
=
"Api"
)
@Api
(
tags
=
"
报检结果
Api"
)
@RequestMapping
(
value
=
"/jyjc-inspection-result"
)
public
class
JyjcInspectionResultController
extends
BaseController
{
...
...
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/java/com/yeejoin/amos/boot/module/jyjc/biz/controller/JyjcInspectionResultParamController.java
View file @
f92324dc
...
...
@@ -26,7 +26,7 @@ import org.typroject.tyboot.core.foundation.enumeration.UserType;
* @date 2023-12-14
*/
@RestController
@Api
(
tags
=
"Api"
)
@Api
(
tags
=
"
报检结果参数
Api"
)
@RequestMapping
(
value
=
"/jyjc-inspection-result-param"
)
public
class
JyjcInspectionResultParamController
extends
BaseController
{
...
...
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