Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-webapp-plug
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
base_platform_enterprise
gic-webapp-plug
Commits
2278c67d
Commit
2278c67d
authored
Sep 17, 2019
by
何文超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除无用的属性
parent
a5191133
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
27 deletions
+0
-27
GoodsSelectorSaveQO.java
...n/java/com/gic/plug/web/qo/goods/GoodsSelectorSaveQO.java
+0
-13
GoodsSelectorUpdateQO.java
...java/com/gic/plug/web/qo/goods/GoodsSelectorUpdateQO.java
+0
-14
No files found.
src/main/java/com/gic/plug/web/qo/goods/GoodsSelectorSaveQO.java
View file @
2278c67d
...
...
@@ -11,12 +11,6 @@ public class GoodsSelectorSaveQO {
*/
private
String
useType
;
/**
* 搜索类型
* 1 skuCode
* 2 skuId
*/
private
Integer
searchResultType
;
public
String
getGoodsSearchValue
()
{
return
goodsSearchValue
;
...
...
@@ -42,11 +36,4 @@ public class GoodsSelectorSaveQO {
this
.
useType
=
useType
;
}
public
Integer
getSearchResultType
()
{
return
searchResultType
;
}
public
void
setSearchResultType
(
Integer
searchResultType
)
{
this
.
searchResultType
=
searchResultType
;
}
}
src/main/java/com/gic/plug/web/qo/goods/GoodsSelectorUpdateQO.java
View file @
2278c67d
...
...
@@ -8,13 +8,6 @@ public class GoodsSelectorUpdateQO {
private
String
goodsSearchEdit
;
/**
* 搜索类型
* 1 skuCode
* 2 skuId
*/
private
Integer
searchResultType
;
public
Long
getGoodsSelectorId
()
{
return
goodsSelectorId
;
}
...
...
@@ -39,11 +32,4 @@ public class GoodsSelectorUpdateQO {
this
.
goodsSearchEdit
=
goodsSearchEdit
;
}
public
Integer
getSearchResultType
()
{
return
searchResultType
;
}
public
void
setSearchResultType
(
Integer
searchResultType
)
{
this
.
searchResultType
=
searchResultType
;
}
}
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