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
20638bc8
Commit
20638bc8
authored
Jan 27, 2021
by
xin.yang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
208ff90d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
RequestAddBeatAllocation.cs
...lelayer.CncRepository/Request/RequestAddBeatAllocation.cs
+0
-4
No files found.
Server/Infrastructure/Repositories/Siger.Middlelayer.CncRepository/Request/RequestAddBeatAllocation.cs
View file @
20638bc8
...
@@ -32,10 +32,8 @@ namespace Siger.Middlelayer.CncRepository.Request
...
@@ -32,10 +32,8 @@ namespace Siger.Middlelayer.CncRepository.Request
public
int
yieldratio
{
get
;
set
;
}
public
int
yieldratio
{
get
;
set
;
}
[
Required
(
ErrorMessage
=
"StartTimeNotNull"
)]
public
string
start_time
{
get
;
set
;
}
public
string
start_time
{
get
;
set
;
}
[
Required
(
ErrorMessage
=
"EndTimeNotNull"
)]
public
string
end_time
{
get
;
set
;
}
public
string
end_time
{
get
;
set
;
}
}
}
...
@@ -63,10 +61,8 @@ namespace Siger.Middlelayer.CncRepository.Request
...
@@ -63,10 +61,8 @@ namespace Siger.Middlelayer.CncRepository.Request
public
int
yieldratio
{
get
;
set
;
}
public
int
yieldratio
{
get
;
set
;
}
[
Required
(
ErrorMessage
=
"StartTimeNotNull"
)]
public
string
start_time
{
get
;
set
;
}
public
string
start_time
{
get
;
set
;
}
[
Required
(
ErrorMessage
=
"EndTimeNotNull"
)]
public
string
end_time
{
get
;
set
;
}
public
string
end_time
{
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