Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
Laisi_AutoMES2
Overview
Overview
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
jiawei.su
Laisi_AutoMES2
Commits
ca7020e1
Commit
ca7020e1
authored
Jan 25, 2021
by
jiawei.su
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
someupdate
parent
572eae4f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
AutomationStateController.cs
...pis/Siger.ApiACC/Controllers/AutomationStateController.cs
+1
-1
ResponseLoadStation.cs
...er.Middlelayer.Repository/Response/ResponseLoadStation.cs
+5
-0
No files found.
Server/Apis/Siger.ApiACC/Controllers/AutomationStateController.cs
View file @
ca7020e1
...
@@ -58,7 +58,7 @@ namespace Siger.ApiACC.Controllers
...
@@ -58,7 +58,7 @@ namespace Siger.ApiACC.Controllers
fixtureCode
=
""
,
fixtureCode
=
""
,
fixtureName
=
""
,
fixtureName
=
""
,
lastupdate
=
""
,
lastupdate
=
""
,
status
=
0
,
status
=
(
int
)
Automation
.
MachineStatus
.
Waiting
,
};
};
var
fixture
=
_automationFixtureMonitor
.
Get
(
f
=>
f
.
section
==
d
.
sectionid
);
var
fixture
=
_automationFixtureMonitor
.
Get
(
f
=>
f
.
section
==
d
.
sectionid
);
...
...
Server/Infrastructure/Repositories/Siger.Middlelayer.Repository/Response/ResponseLoadStation.cs
View file @
ca7020e1
...
@@ -18,5 +18,10 @@ namespace Siger.Middlelayer.Repository.Response
...
@@ -18,5 +18,10 @@ namespace Siger.Middlelayer.Repository.Response
/// 上料位状态
/// 上料位状态
/// </summary>
/// </summary>
public
int
status
{
get
;
set
;
}
public
int
status
{
get
;
set
;
}
/// <summary>
/// 1 :可以上料 2:可以下料
/// </summary>
public
int
upload
{
get
;
set
;
}
}
}
}
}
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