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
b0cb1e3c
Commit
b0cb1e3c
authored
Oct 11, 2021
by
xixinzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
检查项保存修改
parent
bc3c95c7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
InputItem.java
...va/com/yeejoin/amos/supervision/dao/entity/InputItem.java
+4
-3
InputItemParam.java
...ejoin/amos/supervision/business/param/InputItemParam.java
+8
-0
No files found.
amos-boot-module/amos-boot-module-api/amos-boot-module-supervision-api/src/main/java/com/yeejoin/amos/supervision/dao/entity/InputItem.java
View file @
b0cb1e3c
...
@@ -225,7 +225,7 @@ public class InputItem extends BasicEntity {
...
@@ -225,7 +225,7 @@ public class InputItem extends BasicEntity {
* 检查类别IDS
* 检查类别IDS
*/
*/
@Column
(
name
=
"item_type_classify_ids"
)
@Column
(
name
=
"item_type_classify_ids"
)
private
Integer
itemTypeClassifyIds
;
private
String
itemTypeClassifyIds
;
public
Integer
getItemStart
()
{
public
Integer
getItemStart
()
{
return
itemStart
;
return
itemStart
;
...
@@ -515,11 +515,11 @@ public class InputItem extends BasicEntity {
...
@@ -515,11 +515,11 @@ public class InputItem extends BasicEntity {
this
.
checkTypeId
=
checkTypeId
;
this
.
checkTypeId
=
checkTypeId
;
}
}
public
Integer
getItemTypeClassifyIds
()
{
public
String
getItemTypeClassifyIds
()
{
return
itemTypeClassifyIds
;
return
itemTypeClassifyIds
;
}
}
public
void
setItemTypeClassifyIds
(
Integer
itemTypeClassifyIds
)
{
public
void
setItemTypeClassifyIds
(
String
itemTypeClassifyIds
)
{
this
.
itemTypeClassifyIds
=
itemTypeClassifyIds
;
this
.
itemTypeClassifyIds
=
itemTypeClassifyIds
;
}
}
}
}
\ No newline at end of file
amos-boot-module/amos-boot-module-biz/amos-boot-module-supervision-biz/src/main/java/com/yeejoin/amos/supervision/business/param/InputItemParam.java
View file @
b0cb1e3c
...
@@ -31,6 +31,7 @@ public class InputItemParam {
...
@@ -31,6 +31,7 @@ public class InputItemParam {
private
String
itemTypeClassify
;
private
String
itemTypeClassify
;
private
String
itemLevel
;
private
String
itemLevel
;
private
String
itemStart
;
private
String
itemStart
;
private
String
itemTypeClassifyIds
;
public
String
getItemStart
()
{
public
String
getItemStart
()
{
return
itemStart
;
return
itemStart
;
...
@@ -227,4 +228,11 @@ public class InputItemParam {
...
@@ -227,4 +228,11 @@ public class InputItemParam {
}
}
public
String
getItemTypeClassifyIds
()
{
return
itemTypeClassifyIds
;
}
public
void
setItemTypeClassifyIds
(
String
itemTypeClassifyIds
)
{
this
.
itemTypeClassifyIds
=
itemTypeClassifyIds
;
}
}
}
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