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
93f8bcb7
Commit
93f8bcb7
authored
Jan 20, 2021
by
xin.yang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some update
parent
20ea8ec3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
RequestAddLocation.cs
...r.Middlelayer.WmsRepository/Request/RequestAddLocation.cs
+1
-1
ResponseLocationList.cs
...iddlelayer.WmsRepository/Response/ResponseLocationList.cs
+4
-0
No files found.
Server/Infrastructure/Repositories/Siger.Middlelayer.WmsRepository/Request/RequestAddLocation.cs
View file @
93f8bcb7
...
...
@@ -29,7 +29,7 @@ namespace Siger.Middlelayer.WmsRepository.Request
/// 是否停用0:停用 1:启用
/// </summary>
public
int
status
{
get
;
set
;
}
public
List
<
LocationModel
>
locations
{
get
;
set
;
}
=
new
List
<
LocationModel
>();
public
List
<
LocationModel
>
storeArr
{
get
;
set
;
}
=
new
List
<
LocationModel
>();
}
public
class
LocationModel
...
...
Server/Infrastructure/Repositories/Siger.Middlelayer.WmsRepository/Response/ResponseLocationList.cs
View file @
93f8bcb7
...
...
@@ -10,5 +10,9 @@ namespace Siger.Middlelayer.WmsRepository.Response
public
List
<
string
>
field
{
get
;
set
;
}
public
string
serialNumber
{
get
;
set
;
}
public
int
state
{
get
;
set
;
}
/// <summary>
/// 前端填写的储位ID
/// </summary>
public
int
storeID
{
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