Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mall.oytour.com
Project
Project
Details
Activity
Releases
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
黄奎
mall.oytour.com
Commits
7b0ab343
Commit
7b0ab343
authored
Sep 02, 2020
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
司导车辆筛选模板实体
parent
a160159e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
109 additions
and
0 deletions
+109
-0
RB_GuideCar_CarSearch.cs
Mall.Model/Entity/GuideCar/RB_GuideCar_CarSearch.cs
+109
-0
No files found.
Mall.Model/Entity/GuideCar/RB_GuideCar_CarSearch.cs
View file @
7b0ab343
...
...
@@ -33,5 +33,114 @@ namespace Mall.Model.Entity.GuideCar
/// 背景
/// </summary>
public
string
Background
{
get
;
set
;
}
/// <summary>
/// 搜索背景
/// </summary>
public
string
SearchBackground
{
get
;
set
;
}
/// <summary>
/// 搜索框文字
/// </summary>
public
string
SearchTips
{
get
;
set
;
}
/// <summary>
/// 是否显示时间筛选0-否,1-是
/// </summary>
public
int
IsShowDate
{
get
;
set
;
}
/// <summary>
/// 是否显示城市筛选0-否,1-是
/// </summary>
public
int
IsShowCity
{
get
;
set
;
}
/// <summary>
/// 是否显示地址筛选0-否,1-是
/// </summary>
public
int
IsShowAddress
{
get
;
set
;
}
/// <summary>
/// 是否显示拼车筛选0-否,1-是
/// </summary>
public
int
IsShowCarpooling
{
get
;
set
;
}
/// <summary>
/// 是否显示出行类型筛选0-否,1-是
/// </summary>
public
int
IsShowGuideCarGoodsType
{
get
;
set
;
}
/// <summary>
/// 是否显示车辆类型筛选0-否,1-是
/// </summary>
public
int
IsShowCarClass
{
get
;
set
;
}
/// <summary>
/// 是否显示出行人数筛选0-否,1-是
/// </summary>
public
int
IsShowTravelGuestNum
{
get
;
set
;
}
/// <summary>
/// 按钮上面的文字提示
/// </summary>
public
string
Tips
{
get
;
set
;
}
/// <summary>
/// 按钮上面的文字图标提示
/// </summary>
public
string
TipsIco
{
get
;
set
;
}
/// <summary>
/// 搜索框图标
/// </summary>
public
string
SearchIco
{
get
;
set
;
}
/// <summary>
/// 搜索圆角像素
/// </summary>
public
int
?
SearchFilletPX
{
get
;
set
;
}
/// <summary>
/// 按钮圆角像素
/// </summary>
public
int
?
ButtonFilletPX
{
get
;
set
;
}
/// <summary>
/// 按钮文本
/// </summary>
public
string
ButtonText
{
get
;
set
;
}
/// <summary>
/// 按钮颜色
/// </summary>
public
string
ButtonColor
{
get
;
set
;
}
/// <summary>
/// 按钮文字颜色
/// </summary>
public
string
ButtonTextColor
{
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