Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Z
zhmes-agecal
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
耿迪迪
zhmes-agecal
Commits
025b3b12
Commit
025b3b12
authored
Sep 16, 2025
by
wanghao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 老化柜层 加上 上料 和 下料操作
2 设置 回零 和 停止操作 机械臂
parent
6452389e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
TStoreyInfoController.java
...ehong/web/controller/equipment/TStoreyInfoController.java
+4
-4
No files found.
zhmes-agecal-admin/src/main/java/com/zehong/web/controller/equipment/TStoreyInfoController.java
View file @
025b3b12
...
@@ -83,16 +83,16 @@ public class TStoreyInfoController extends BaseController
...
@@ -83,16 +83,16 @@ public class TStoreyInfoController extends BaseController
/**
/**
* 处理喂食
* 处理喂食
*/
*/
@GetMapping
(
value
=
"/handleFeeding"
)
@GetMapping
(
value
=
"/handleFeeding
/{command}
"
)
public
AjaxResult
handleFeeding
(
String
command
)
{
public
AjaxResult
handleFeeding
(
@PathVariable
(
"command"
)
String
command
)
{
return
tStoreyInfoService
.
handleFeeding
(
command
);
return
tStoreyInfoService
.
handleFeeding
(
command
);
}
}
/**
/**
* 处理消 blanking
* 处理消 blanking
*/
*/
@GetMapping
(
value
=
"/handleBlanking"
)
@GetMapping
(
value
=
"/handleBlanking
/{command}
"
)
public
AjaxResult
handleBlanking
(
String
command
)
{
public
AjaxResult
handleBlanking
(
@PathVariable
(
"command"
)
String
command
)
{
return
tStoreyInfoService
.
handleBlanking
(
command
);
return
tStoreyInfoService
.
handleBlanking
(
command
);
}
}
...
...
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