Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
T
test
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
邬友楠
test
Commits
f49151b8
Commit
f49151b8
authored
Feb 25, 2021
by
雍欢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
form
parent
b1904348
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
57 additions
and
0 deletions
+57
-0
EasySearchVO.java
...rc/main/java/com/huigou/uasp/builder/vo/EasySearchVO.java
+57
-0
No files found.
huigou-form/src/main/java/com/huigou/uasp/builder/vo/EasySearchVO.java
0 → 100644
View file @
f49151b8
package
com
.
huigou
.
uasp
.
builder
.
vo
;
import
java.util.List
;
public
class
EasySearchVO
{
// private int isform; // 1表示是表单生成器 0 表示代码生成器
private
int
existAttachment
;
private
String
[]
dataSourceTypes
;
private
String
[]
dataSources
;
private
String
[]
fieldEns
;
private
List
<
SeleListCustomVO
>
selectCustoms
;
public
int
getExistAttachment
()
{
return
existAttachment
;
}
public
void
setExistAttachment
(
int
existAttachment
)
{
this
.
existAttachment
=
existAttachment
;
}
public
String
[]
getDataSourceTypes
()
{
return
dataSourceTypes
;
}
public
void
setDataSourceTypes
(
String
[]
dataSourceTypes
)
{
this
.
dataSourceTypes
=
dataSourceTypes
;
}
public
String
[]
getDataSources
()
{
return
dataSources
;
}
public
void
setDataSources
(
String
[]
dataSources
)
{
this
.
dataSources
=
dataSources
;
}
public
String
[]
getFieldEns
()
{
return
fieldEns
;
}
public
void
setFieldEns
(
String
[]
fieldEns
)
{
this
.
fieldEns
=
fieldEns
;
}
public
List
<
SeleListCustomVO
>
getSelectCustoms
()
{
return
selectCustoms
;
}
public
void
setSelectCustoms
(
List
<
SeleListCustomVO
>
selectCustoms
)
{
this
.
selectCustoms
=
selectCustoms
;
}
}
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