This commit is contained in:
OiPunk 2020-08-13 22:51:38 +08:00
parent da69f16ea3
commit d80c238909
171 changed files with 26832 additions and 33 deletions

100
README.md
View File

@ -1,2 +1,100 @@
# OnlineTaxi
基于Spring Cloud的网约车项目
### 服务拆分
#### 业务层
| 模块 | 项目名 | 描述 |
| -------- | ---------------- | -------- |
| 乘客端 | api-passenger | 乘客端 |
| 司机端 | api-driver | 司机端 |
| 司机听单 | api-listen-order | 司机听单 |
#### 能力层
| 模块 | 项目名 |
| ------------ | ------------------------- |
| 订单 | service-order |
| 派单 | service-order-dispatch |
| 乘客用户管理 | service-passenger-user |
| 短信 | service-sms |
| 计价 | service-valuation |
| 验证码 | service-verification-code |
| 钱包 | service-wallet |
| 支付 | service-payment |
| 地图 | service-map |
#### Spring Cloud 组件
| 模块 | 项目名 |
| -------- | ----------------------- |
| 注册中心 | cloud-eureka |
| 配置中心 | cloud-config-server |
| 网关 | cloud-zuul |
| 熔断监控 | cloud-hystrix-dashboard |
| 健康检查 | cloud-admin |
| 链路追踪 | cloud-zipkin-ui |
#### 基础common
所有服务都引用的一个 二方库。
| 模块 | 项目名 |
| ----------------------- | --------------- |
| 通用,工具类,异常,校验 | internal-common |
| | |
### 时序图
#### 登录注册
![乘客登录注册时序图](README/乘客登录注册时序图.png)
#### 验证码
![发送验证码接口时序图](README/发送验证码接口时序图.png)
#### 司机端
![司机端时序图](README/司机端时序图.png)
#### 订单
![乘客订单相关时序图](README/乘客订单相关时序图.png)
#### 信息修改
![乘客修改个人资料时序图](README/乘客修改个人资料时序图.png)
#### 信息维护
![乘客维护个人地址信息维护](README/乘客维护个人地址信息维护.png)
### 项目演示
#### 派单 / 接单
<img src="README/image-20200813210408997.png" alt="image-20200813210408997" style="zoom: 50%;" />
#### 到达约定地点
<img src="README/image-20200813210543356.png" alt="image-20200813210543356" style="zoom:50%;" />
#### 接到乘客
<img src="README/image-20200813210824474.png" alt="image-20200813210824474" style="zoom:50%;" />
#### 开始行程
<img src="README/image-20200813210912209.png" alt="image-20200813210912209" style="zoom:50%;" />
#### 到达目的地
<img src="README/image-20200813211005619.png" alt="image-20200813211005619" style="zoom:50%;" />
#### 发起收款
![image-20200813211327043](README/image-20200813211327043.png)
#### 收到
<img src="README/image-20200813211449976.png" alt="image-20200813211449976" style="zoom:50%;" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 598 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 950 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 855 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 954 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 941 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 452 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 581 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

2063
online-taxi-sql.sql Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,124 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Palette2">
<group name="Swing">
<item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" />
</item>
<item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" />
</item>
<item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" />
</item>
<item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true">
<default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" />
</item>
<item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" />
<initial-values>
<property name="text" value="Button" />
</initial-values>
</item>
<item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
<initial-values>
<property name="text" value="RadioButton" />
</initial-values>
</item>
<item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
<initial-values>
<property name="text" value="CheckBox" />
</initial-values>
</item>
<item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" />
<initial-values>
<property name="text" value="Label" />
</initial-values>
</item>
<item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
<preferred-size width="150" height="-1" />
</default-constraints>
</item>
<item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
<preferred-size width="150" height="-1" />
</default-constraints>
</item>
<item class="javax.swing.JFormattedTextField" icon="/com/intellij/uiDesigner/icons/formattedTextField.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
<preferred-size width="150" height="-1" />
</default-constraints>
</item>
<item class="javax.swing.JTextArea" icon="/com/intellij/uiDesigner/icons/textArea.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
<preferred-size width="150" height="50" />
</default-constraints>
</item>
<item class="javax.swing.JTextPane" icon="/com/intellij/uiDesigner/icons/textPane.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
<preferred-size width="150" height="50" />
</default-constraints>
</item>
<item class="javax.swing.JEditorPane" icon="/com/intellij/uiDesigner/icons/editorPane.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
<preferred-size width="150" height="50" />
</default-constraints>
</item>
<item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="0" hsize-policy="2" anchor="8" fill="1" />
</item>
<item class="javax.swing.JTable" icon="/com/intellij/uiDesigner/icons/table.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
<preferred-size width="150" height="50" />
</default-constraints>
</item>
<item class="javax.swing.JList" icon="/com/intellij/uiDesigner/icons/list.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="6" hsize-policy="2" anchor="0" fill="3">
<preferred-size width="150" height="50" />
</default-constraints>
</item>
<item class="javax.swing.JTree" icon="/com/intellij/uiDesigner/icons/tree.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
<preferred-size width="150" height="50" />
</default-constraints>
</item>
<item class="javax.swing.JTabbedPane" icon="/com/intellij/uiDesigner/icons/tabbedPane.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
<preferred-size width="200" height="200" />
</default-constraints>
</item>
<item class="javax.swing.JSplitPane" icon="/com/intellij/uiDesigner/icons/splitPane.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
<preferred-size width="200" height="200" />
</default-constraints>
</item>
<item class="javax.swing.JSpinner" icon="/com/intellij/uiDesigner/icons/spinner.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
</item>
<item class="javax.swing.JSlider" icon="/com/intellij/uiDesigner/icons/slider.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
</item>
<item class="javax.swing.JSeparator" icon="/com/intellij/uiDesigner/icons/separator.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3" />
</item>
<item class="javax.swing.JProgressBar" icon="/com/intellij/uiDesigner/icons/progressbar.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1" />
</item>
<item class="javax.swing.JToolBar" icon="/com/intellij/uiDesigner/icons/toolbar.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1">
<preferred-size width="-1" height="20" />
</default-constraints>
</item>
<item class="javax.swing.JToolBar$Separator" icon="/com/intellij/uiDesigner/icons/toolbarSeparator.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="0" anchor="0" fill="1" />
</item>
<item class="javax.swing.JScrollBar" icon="/com/intellij/uiDesigner/icons/scrollbar.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="6" hsize-policy="0" anchor="0" fill="2" />
</item>
</group>
</component>
</project>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
</component>
</project>

View File

@ -1,12 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="a2bfd1cd-f7c7-45fd-8582-1fc9e13f78bc" name="Default" comment="" />
<list default="true" id="a2bfd1cd-f7c7-45fd-8582-1fc9e13f78bc" name="Default" comment="">
<change afterPath="$PROJECT_DIR$/.idea/uiDesigner.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/service-valuation/src/main/java/com/online/taxi/controller/TestController.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/service-valuation/src/main/java/com/online/taxi/controller/ValuationController.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/service-valuation/src/main/java/com/online/taxi/dao/DynamicDiscountRuleDao.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/service-valuation/src/main/java/com/online/taxi/dao/OrderDao.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/service-valuation/src/main/java/com/online/taxi/dao/OrderRuleMirrorDao.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/service-valuation/src/main/java/com/online/taxi/dao/OrderRulePriceDao.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/service-valuation/src/main/java/com/online/taxi/dao/OrderRulePriceDetailDao.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/service-valuation/src/main/java/com/online/taxi/dao/OrderRulePriceTagDao.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/service-valuation/src/main/java/com/online/taxi/dao/cache/PriceCache.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/service-valuation/src/main/java/com/online/taxi/dao/cache/RuleCache.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/service-valuation/src/main/java/com/online/taxi/dto/DriveMeter.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/service-valuation/src/main/java/com/online/taxi/dto/ForecastDetail.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/service-valuation/src/main/java/com/online/taxi/dto/PriceMeter.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/service-valuation/src/main/java/com/online/taxi/dto/TimeMeter.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/service-valuation/src/main/java/com/online/taxi/dto/request/CurrentPriceRequestDto.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/service-valuation/src/main/java/com/online/taxi/dto/response/CurrentPriceResponseDto.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/service-valuation/src/main/java/com/online/taxi/mapper/DynamicDiscountRuleMapper.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/service-valuation/src/main/java/com/online/taxi/mapper/OrderMapper.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/service-valuation/src/main/java/com/online/taxi/mapper/OrderRuleMirrorMapper.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/service-valuation/src/main/java/com/online/taxi/mapper/OrderRulePriceDetailMapper.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/service-valuation/src/main/java/com/online/taxi/mapper/OrderRulePriceMapper.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/service-valuation/src/main/java/com/online/taxi/mapper/OrderRulePriceTagMapper.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/service-valuation/src/main/java/com/online/taxi/service/ValuationService.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/service-valuation/src/main/java/com/online/taxi/service/impl/ValuationServiceImpl.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/service-valuation/src/main/java/com/online/taxi/task/ValuationRequestTask.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/service-valuation/src/main/java/com/online/taxi/task/ValuationTask.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/service-valuation/src/main/java/com/online/taxi/util/PriceHelper.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/service-valuation/src/main/java/com/online/taxi/util/TimeSlice.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/service-valuation/src/main/java/com/online/taxi/util/UnitConverter.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/../README.md" beforeDir="false" afterPath="$PROJECT_DIR$/../README.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/online-taxi-common/src/main/java/com/online/taxi/common/dto/ResponseResult.java" beforeDir="false" afterPath="$PROJECT_DIR$/online-taxi-common/src/main/java/com/online/taxi/common/dto/ResponseResult.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/online-taxi-common/src/main/java/com/online/taxi/common/entity/Order.java" beforeDir="false" afterPath="$PROJECT_DIR$/online-taxi-common/src/main/java/com/online/taxi/common/entity/Order.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/service-valuation/src/main/java/com/online/taxi/valuation/ServiceValuationApplication.java" beforeDir="false" afterPath="$PROJECT_DIR$/service-valuation/src/main/java/com/online/taxi/ServiceValuationApplication.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/service-valuation/src/main/java/com/online/taxi/valuation/config/WebSecurityConfig.java" beforeDir="false" afterPath="$PROJECT_DIR$/service-valuation/src/main/java/com/online/taxi/config/WebSecurityConfig.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/service-valuation/src/main/java/com/online/taxi/valuation/controller/ForecastController.java" beforeDir="false" afterPath="$PROJECT_DIR$/service-valuation/src/main/java/com/online/taxi/controller/ForecastController.java" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
</component>
<component name="MavenImportPreferences">
<option name="generalSettings">
<MavenGeneralSettings>
@ -21,15 +63,18 @@
</option>
</component>
<component name="ProjectId" id="1fyyVcRO2wSPG1XfHnDWooTe3Qg" />
<component name="ProjectLevelVcsManager" settingsEditedManually="true">
<ConfirmationsSetting value="2" id="Add" />
</component>
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showExcludedFiles" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent">
<property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
<property name="WebServerToolWindowFactoryState" value="false" />
<property name="aspect.path.notification.shown" value="true" />
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
<property name="last_opened_file_path" value="$PROJECT_DIR$/service-valuation/src/main/java/com/online/taxi/valuation" />
<property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
<property name="nodejs_npm_path_reset_for_default_project" value="true" />
<property name="settings.editor.selected.configurable" value="MavenSettings" />
@ -37,6 +82,14 @@
<component name="RebelAgentSelection">
<selection>jr</selection>
</component>
<component name="RecentsManager">
<key name="MoveClassesOrPackagesDialog.RECENTS_KEY">
<recent name="com.online.taxi" />
</key>
<key name="CopyFile.RECENT_KEYS">
<recent name="D:\develop\GitHub\OnlineTaxi\online-taxi\service-valuation\src\main\java\com\online\taxi\valuation" />
</key>
</component>
<component name="RunManager" selected="Spring Boot.ConfigClientDiyApplication">
<configuration default="true" type="Application" factoryName="Application">
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
@ -102,7 +155,7 @@
</configuration>
<configuration name="ServiceValuationApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
<module name="service-valuation" />
<option name="SPRING_BOOT_MAIN_CLASS" value="com.online.taxi.valuation.ServiceValuationApplication" />
<option name="SPRING_BOOT_MAIN_CLASS" value="com.online.taxi.ServiceValuationApplication" />
<method v="2">
<option name="Make" enabled="true" />
</method>
@ -172,6 +225,8 @@
<workItem from="1593663720249" duration="599000" />
<workItem from="1593757573712" duration="598000" />
<workItem from="1597204655929" duration="6092000" />
<workItem from="1597329020836" duration="304000" />
<workItem from="1597329384229" duration="700000" />
</task>
<servers />
</component>
@ -179,18 +234,30 @@
<option name="version" value="1" />
</component>
<component name="WindowStateProjectService">
<state x="642" y="294" key="#com.intellij.refactoring.move.moveClassesOrPackages.MoveClassesOrPackagesDialog.packages" timestamp="1597329766988">
<screen x="0" y="0" width="1536" height="824" />
</state>
<state x="642" y="294" key="#com.intellij.refactoring.move.moveClassesOrPackages.MoveClassesOrPackagesDialog.packages/0.0.1536.824@0.0.1536.824" timestamp="1597329766988" />
<state x="601" y="174" key="FileChooserDialogImpl" timestamp="1597204707648">
<screen x="0" y="0" width="1536" height="824" />
</state>
<state x="601" y="174" key="FileChooserDialogImpl/0.0.1536.824@0.0.1536.824" timestamp="1597204707648" />
<state x="322" y="61" key="SettingsEditor" timestamp="1597204709419">
<state x="598" y="59" key="Maven.ArtifactSearchDialog" timestamp="1597329224340">
<screen x="0" y="0" width="1536" height="824" />
</state>
<state x="322" y="61" key="SettingsEditor/0.0.1536.824@0.0.1536.824" timestamp="1597204709419" />
<state x="598" y="59" key="Maven.ArtifactSearchDialog/0.0.1536.824@0.0.1536.824" timestamp="1597329224340" />
<state x="322" y="61" key="SettingsEditor" timestamp="1597329238243">
<screen x="0" y="0" width="1536" height="824" />
</state>
<state x="322" y="61" key="SettingsEditor/0.0.1536.824@0.0.1536.824" timestamp="1597329238243" />
<state x="429" y="119" width="782" height="600" key="find.popup" timestamp="1597212351738">
<screen x="0" y="0" width="1536" height="824" />
</state>
<state x="429" y="119" width="782" height="600" key="find.popup/0.0.1536.824@0.0.1536.824" timestamp="1597212351738" />
<state x="503" y="37" key="refactoring.ChangeSignatureDialog" timestamp="1597329643407">
<screen x="0" y="0" width="1536" height="824" />
</state>
<state x="503" y="37" key="refactoring.ChangeSignatureDialog/0.0.1536.824@0.0.1536.824" timestamp="1597329643407" />
</component>
<component name="masterDetails">
<states>

View File

@ -0,0 +1,131 @@
package com.online.taxi.aspect;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.online.taxi.dto.government.SupervisionData;
import lombok.NonNull;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.apache.activemq.command.ActiveMQQueue;
import org.apache.commons.lang3.StringUtils;
import org.aspectj.lang.JoinPoint;
import org.aspectj.lang.annotation.AfterReturning;
import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.annotation.Before;
import org.aspectj.lang.annotation.Pointcut;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.jms.core.JmsMessagingTemplate;
import org.springframework.stereotype.Component;
import java.util.Arrays;
import java.util.Optional;
/**
* 对insertupdate和delete进行切面操作
*
* @author yueyi2019
* @date 2018/8/22
*/
@Aspect
@Component
@RequiredArgsConstructor
@Slf4j
public class SupervisionAspect {
@NonNull
private ActiveMQQueue bufferQueue;
@NonNull
private JmsMessagingTemplate jmsTemplate;
@Value("${government-upload.enabled}")
private boolean isGovernmentUploadEnabled;
/**
* 插入操作的切入点
*/
@Pointcut("execution(* com.online.taxi.mapper..*.insert*(..))")
private void insert() {
}
/**
* 更新操作的切入点
*/
@Pointcut("execution(* com.online.taxi.mapper..*.update*(..))")
private void update() {
}
/**
* 删除操作的切入点
*/
@Pointcut("execution(* com.online.taxi.mapper..*.delete*(..))")
private void delete() {
}
/**
* 插入成功后的操作
*
* @param joinPoint joinPoint
*/
@AfterReturning(pointcut = "insert()")
public void doAfterInsert(JoinPoint joinPoint) {
send(SupervisionData.OperationType.INSERT, joinPoint);
}
/**
* 插入成功后的操作
*
* @param joinPoint joinPoint
*/
@AfterReturning(pointcut = "update()")
public void doAfterUpdate(JoinPoint joinPoint) {
send(SupervisionData.OperationType.UPDATE, joinPoint);
}
/**
* 插入成功后的操作
*
* @param joinPoint joinPoint
*/
@Before("delete()")
public void doBeforeDelete(JoinPoint joinPoint) {
send(SupervisionData.OperationType.DELETE, joinPoint);
}
/**
* 上报
*
* @param operationType 操作类型
* @param joinPoint joinPoint
*/
@SuppressWarnings("unchecked")
private void send(SupervisionData.OperationType operationType, JoinPoint joinPoint) {
if (!isGovernmentUploadEnabled) {
return;
}
Optional<Object> param = Arrays.stream(joinPoint.getArgs()).findFirst();
if (param.isPresent()) {
try {
Object entity = param.get();
Integer id;
String clsName;
if (entity instanceof Integer) {
id = (Integer) entity;
String packageName = joinPoint.getSignature().getDeclaringTypeName();
clsName = StringUtils.substringBeforeLast(packageName, "Mapper").replace("mapper", "entity");
} else {
id = (Integer) entity.getClass().getDeclaredMethod("getId").invoke(entity);
clsName = param.get().getClass().getName();
}
SupervisionData data = new SupervisionData().setClassName(clsName).setId(id).setOperationType(operationType);
String json = new ObjectMapper().writeValueAsString(data);
jmsTemplate.convertAndSend(bufferQueue, json);
} catch (Exception e) {
e.printStackTrace();
log.error("SupervisionAspect发生错误", e);
}
}
}
}

View File

@ -0,0 +1,58 @@
package com.online.taxi.aspect;
import lombok.extern.slf4j.Slf4j;
import org.aspectj.lang.JoinPoint;
import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.annotation.*;
import org.springframework.stereotype.Component;
import org.springframework.web.context.request.RequestContextHolder;
import org.springframework.web.context.request.ServletRequestAttributes;
import javax.servlet.http.HttpServletRequest;
import java.util.Arrays;
/**
* 记录所有日志
* @author yueyi2019
*
*/
@Aspect
@Component
@Slf4j
public class WebLogAspect {
@Pointcut("execution(public * com.online.taxi.controller.*.*(..))")
public void logPointCut() {
}
@Before("logPointCut()")
public void doBefore(JoinPoint joinPoint) throws Throwable {
// 接收到请求记录请求内容
ServletRequestAttributes attributes = (ServletRequestAttributes) RequestContextHolder.getRequestAttributes();
HttpServletRequest request = attributes.getRequest();
// 记录下请求内容
log.info("request:{url : " + request.getRequestURL().toString()+", token:"+request.getHeader("token")
+", method:"+request.getMethod()+", ip:"+request.getRemoteAddr()+", class method:"
+joinPoint.getSignature().getDeclaringTypeName() + "."+ joinPoint.getSignature().getName()
+", param:"+Arrays.toString(joinPoint.getArgs())+"}");
}
/**
* returning的值和doAfterReturning的参数名一致
*/
@AfterReturning(returning = "ret", pointcut = "logPointCut()")
public void doAfterReturning(Object ret) throws Throwable {
// 处理完请求返回内容
log.info("response : " + ret);
}
@Around("logPointCut()")
public Object doAround(ProceedingJoinPoint pjp) throws Throwable {
long startTime = System.currentTimeMillis();
// ob 为方法的返回值
Object ob = pjp.proceed();
log.info("耗时 : " + (System.currentTimeMillis() - startTime));
return ob;
}
}

View File

@ -0,0 +1,56 @@
package com.online.taxi.constatnt;
import lombok.AllArgsConstructor;
import lombok.Getter;
/**
* 高德订单状态
*/
@Getter
@AllArgsConstructor
public enum AmapOrderEnum implements CodeEnum{
NO_ASSIGN(1,"未派单"),
/**
*已派单
*/
ASSIGN(2,"已派单"),
/**
*开始计费
*/
CHARGE_START(3,"开始计费"),
/**
*订单撤销
*/
CANCEL_ORDER(4,"订单撤销"),
/**
*订单待支付
*/
TO_PAY(5,"订单待支付"),
/**
*订单已评价
*/
EVALUATE_DO(6,"订单已评价"),
/**
*订单待评价
*/
TO_EVALUATE(7,"订单待评价"),
/**
*结束行程
*/
END_TRAVEL(8,"结束行程"),
/**
*开始服务
*/
START_SERVICE(9,"开始服务"),
/**
*撤单待支付
*/
CANCEL_ORDER_TO_PAY(10,"撤单待支付"),
EC9999(9999, "其他异常");
private int code;
private String value;
}

View File

@ -0,0 +1,30 @@
package com.online.taxi.constatnt;
import lombok.AllArgsConstructor;
import lombok.Getter;
/**
* 监听消息听众类型
* @author yueyi2019
*/
@Getter
@AllArgsConstructor
public enum AudienceEnum implements CodeEnum {
/**
* 别名
*/
ALIAS(1, "别名"),
/**
* 注册Id
*/
REGISTRATION_ID(2, "注册Id"),
/**
* 其他
*/
OTHER(9, "其他");
private final int code;
private final String value;
}

View File

@ -0,0 +1,28 @@
package com.online.taxi.constatnt;
import lombok.Getter;
/**
* @author yueyi2019
*/
@Getter
public enum BusinessInterfaceStatus implements CodeEnum {
/**
* 操作成功
*/
SUCCESS(0, "success"),
/**
* 操作失败
*/
FAIL(1, "fail");
private final int code;
private final String value;
BusinessInterfaceStatus(int code, String value) {
this.code = code;
this.value = value;
}
}

View File

@ -0,0 +1,33 @@
package com.online.taxi.constatnt;
import lombok.AllArgsConstructor;
import lombok.Getter;
/**
* 计价规则种类枚举
*
* @author yueyi2019
* @date 2018/8/14
*/
@Getter
@AllArgsConstructor
public enum ChargingCategoryEnum implements CodeEnum {
/**
* 预估订单: 0
*/
Forecast(0, "预约"),
/**
* 结算订单: 1
*/
Settlement(1, "结算"),
/**
* 实时订单: 2
*/
RealTime(2, "实时");
private int code;
private String name;
}

View File

@ -0,0 +1,26 @@
package com.online.taxi.constatnt;
/**
* 通用枚举接口
*
* @author yueyi2019
* @date 2018/8/14
*/
public interface CodeEnum {
/**
* 返回枚举体的code值
*
* @return code值
*/
int getCode();
/**
* 返回枚举体的code值
*
* @return 字符串格式的code值
*/
default String getCodeAsString() {
return "" + getCode();
}
}

View File

@ -0,0 +1,20 @@
package com.online.taxi.constatnt;
import lombok.AllArgsConstructor;
import lombok.Getter;
/**
* 功能描述
*
* @author yueyi2019
* @date 2018/8/31
*/
@Getter
@AllArgsConstructor
public enum EnableDisableEnum implements CodeEnum {
ENABLE(0,"未启用"),
DISABLE(1, "启用");
private int code;
private String value;
}

View File

@ -0,0 +1,42 @@
package com.online.taxi.constatnt;
import lombok.AllArgsConstructor;
import lombok.Getter;
/**
* 身份类型
*
* @author yueyi2019
*/
@Getter
@AllArgsConstructor
public enum IdentityEnum implements CodeEnum {
/**
* 乘客
*/
PASSENGER(1, "乘客"),
/**
* 司机
*/
DRIVER(2, "司机"),
/**
* 车机
*/
CAR_SCREEN(3, "车机"),
/**
* 大屏
*/
LARGE_SCREEN(4, "大屏"),
/**
*
*/
OTHER(9, "其他身份");
private final int code;
private final String value;
}

View File

@ -0,0 +1,97 @@
package com.online.taxi.constatnt;
import lombok.AllArgsConstructor;
import lombok.Getter;
/**
* @author yueyi2019
* 订单状态
*/
@Getter
@AllArgsConstructor
public enum OrderEnum implements CodeEnum {
/**
* 行程已超260公里如需用车请联系客服
*/
TOO_FAR_AWAY(501, "您的行程已超260公里如需用车请联系客服"), /**
* 行程太近请确认您的上下车地址
*/
TOO_CLOSE(502, "您的行程太近,请确认您的上下车地址"), /**
* 城市不存在
*/
CITIES_DON_EXIST(503, "该城市不存在"), /**
* 城市示启用
*/
CITIES_IS_NOT_ENABLED(504, "该城市未启用"),
/**
* 服务类型不存在
*/
SERVICE_TYPE_IS_NO(505, "服务类型不存在"), /**
* 服务类型未启用
*/
SERVICE_TYPE_IS_NOT_ENABLED(506, "该服务类型未启用"),
/**
* 渠道不存在
*/
CHANNEL_IS_NO(507, "该渠道不存在"),
/**
* 渠道未启用
*/
CHANNEL_IS_NOT_ENABLED(508, "该渠道未启用"),
/**
* 车辆级别无
*/
CAR_LEVEL_IS_NO(509, "车辆级别不存在"), /**
* 该车辆级别未启用
*/
CAR_LEVEL_IS_NOT_ENABLED(510, "该车辆级别未启用"),
/**
* 它人订单
*/
ORDER_TYPE_OTHER(2, "他人订单"),
/**
* 订单取消
*/
IS_CANCEL(1, "订单取消"),
/**
* 已支付
*/
IS_PAY(1, "已支付"), /**
* 未支付
*/
NOT_PAY(0, "未支付"),
/**
* 已评价
*/
IS_EVALUATE(1, "已评价"), /**
* 未评价
*/
NOT_EVALUATE(0, "未评价"),
/**
* 人工派单,原无司机
*/
ORDER_IS_MANUAL_FLAG1(1, "人工派单,原无司机"),
/**
*实时订单
*/
SERVICE_TYPE(1,"实时订单"),
/**
* 订单改派,原有司机
*/
ORDER_IS_MANUAL_FLAG2(2, "订单改派,原有司机");
private int code;
private String value;
}

View File

@ -0,0 +1,23 @@
package com.online.taxi.constatnt;
/**
* @author yueyi2019
* @date 2018/10/18
*/
public interface OrderRuleNames {
/**
* 订单规则前缀
*/
String PREFIX = "order_rule";
/**
* 规则
*/
String RULE = "rule";
/**
* 价格
*/
String PRICE = "price";
}

View File

@ -0,0 +1,46 @@
package com.online.taxi.constatnt;
import lombok.AllArgsConstructor;
import lombok.Getter;
/**
* 订单服务类型
* @author yueyi2019
* @date 2018/10/22
*/
@Getter
@AllArgsConstructor
public enum OrderServiceTypeEnum implements CodeEnum {
/**
* 实时订单
*/
REAL_TIME(1,"实时订单"),
/**
* 预约订单
*/
MAKE_AN_APPOINTMENT(2,"预约订单"),
/**
* 接机
*/
PICK_UP(3,"接机"),
/**
* 送机
*/
SEND_MACHINE(4,"送机"),
/**
* 半日租
*/
CHARTERED_CAR(5,"半日租"),
/**
* 全日租
*/
THROUGHOUT_THE_DAY(6,"全日租");
private int code;
private String value;
}

View File

@ -0,0 +1,54 @@
package com.online.taxi.constatnt;
import lombok.AllArgsConstructor;
import lombok.Getter;
/**
* 功能描述
*
* @author yueyi2019
* @date 2018/9/1
*/
@Getter
@AllArgsConstructor
public enum OrderStatusEnum implements CodeEnum {
/**
* 预估订单
*/
CALL_ORDER_FORECAST(0,"预估订单"),
/**
* 订单开始
*/
STATUS_ORDER_START(1, "订单开始"),
/**
* 司机接单
*/
STATUS_DRIVER_ACCEPT(2, "司机接单"),
/**
* 去接乘客
*/
STATUS_RESERVED_ORDER_TO_PICK_UP(3, "去接乘客"),
/**
* 司机到达乘客起点
*/
STATUS_DRIVER_ARRIVED(4, "司机到达乘客起点"),
/**
* 乘客上车司机开始行程
*/
STATUS_DRIVER_TRAVEL_START(5, "乘客上车,司机开始行程"),
/**
* 到达目的地行程结束未支付
*/
STATUS_DRIVER_TRAVEL_END(6, "到达目的地,行程结束,未支付"),
/**
* 发起收款
*/
STATUS_PAY_START(7, "发起收款"),
/**
* 支付完成
*/
STATUS_PAY_END(8, "支付完成");
private int code;
private String value;
}

View File

@ -0,0 +1,21 @@
package com.online.taxi.constatnt;
import lombok.Getter;
/**
* @Author: yueyi2019
*/
@Getter
public enum PlatformEnum {
IOS(1, "iOS"),
ANDROID(2, "Android"),
OTHER(9, "其他系统");
private final int code;
private final String value;
PlatformEnum(int code, String value) {
this.code = code;
this.value = value;
}
}

View File

@ -0,0 +1,24 @@
package com.online.taxi.constatnt;
/**
* 队列名称
*
* @date 2018/8/24
*/
public interface QueueNames {
/**
* 缓冲队列
*/
String BUFFER_QUEUE = "yesincar.buffer";
/**
* 上报队列
*/
String GENERAL_QUEUE = "yesincar.queue";
/**
* 行驶轨迹队列
*/
String POSITION_QUEUE = "yesincar.position";
}

View File

@ -1,36 +1,45 @@
package com.online.taxi.common.dto;
import java.io.Serializable;
import com.online.taxi.common.constant.CommonStatusEnum;
package com.online.taxi.dto;
import lombok.Data;
import lombok.experimental.Accessors;
import org.springframework.http.HttpStatus;
import com.online.taxi.constatnt.BusinessInterfaceStatus;
import java.io.Serializable;
/**
* 通用返回值处理类
*
* @date 2018/8/14
*/
@Data
@Accessors(chain = true)
@SuppressWarnings("all")
@SuppressWarnings("unchecked")
public class ResponseResult<T> implements Serializable {
private static final long serialVersionUID = -2073390651767969040L;
private int code;
private int code;
private String message;
private T data;
/**
* 返回成功数据status1
/**
* 返回成功数据status200
*
* @param data 数据内容
* @param <T> 数据类型
* @return ResponseResult实例
*/
public static <T> ResponseResult success(T data) {
return new ResponseResult().setCode(CommonStatusEnum.SUCCESS.getCode()).setMessage(CommonStatusEnum.SUCCESS.getValue()).setData(data);
return new ResponseResult().setCode(BusinessInterfaceStatus.SUCCESS.getCode()).setMessage(BusinessInterfaceStatus.SUCCESS.getValue()).setData(data);
}
/**
* 返回成功数据status200
*
* @return ResponseResult实例
*/
public static ResponseResult success() {
return success(null);
}
/**
@ -41,7 +50,7 @@ public class ResponseResult<T> implements Serializable {
* @return ResponseResult实例
*/
public static <T> ResponseResult fail(T data) {
return new ResponseResult().setCode(CommonStatusEnum.INTERNAL_SERVER_EXCEPTION.getCode()).setMessage(CommonStatusEnum.INTERNAL_SERVER_EXCEPTION.getValue()).setData(data);
return new ResponseResult().setCode(HttpStatus.INTERNAL_SERVER_ERROR.value()).setMessage(HttpStatus.INTERNAL_SERVER_ERROR.name()).setData(data);
}
/**
@ -64,4 +73,4 @@ public class ResponseResult<T> implements Serializable {
public static ResponseResult fail(int code, String message, String data) {
return new ResponseResult().setCode(code).setMessage(message).setData(data);
}
}
}

View File

@ -0,0 +1,44 @@
package com.online.taxi.dto.government;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.Getter;
import lombok.experimental.Accessors;
import java.io.Serializable;
import com.online.taxi.constatnt.CodeEnum;
/**
* 上报对象DTO
*
* @date 2018/8/23
*/
@Data
@Accessors(chain = true)
public class SupervisionData<T> implements Serializable {
@Getter
@AllArgsConstructor
public enum OperationType implements CodeEnum {
/**
* 插入操作
*/
INSERT(0, "insert"),
/**
* 更新操作
*/
UPDATE(1, "update"),
/**
* 删除操作
*/
DELETE(2, "delete");
private int code;
private String name;
}
private OperationType operationType;
private String className;
private Integer id;
}

View File

@ -0,0 +1,13 @@
package com.online.taxi.dto.map;
import lombok.Data;
/**
*
*/
@Data
public class BaseResponse {
private int errcode;
private String errmsg;
}

View File

@ -0,0 +1,15 @@
package com.online.taxi.dto.map;
import java.util.List;
import lombok.Data;
/**
*
*/
@Data
public class Dispatch{
private Integer count;
private String orderId;
private List<Vehicle> vehicles;
}

View File

@ -0,0 +1,12 @@
package com.online.taxi.dto.map;
import lombok.Data;
/**
*/
@Data
public class Distance {
private Double distance;
}

View File

@ -0,0 +1,13 @@
package com.online.taxi.dto.map;
import lombok.Data;
/**
* @date 2018/9/14
*/
@Data
public class Geo {
private String cityCode;
private String formateedAddress;
}

View File

@ -0,0 +1,17 @@
package com.online.taxi.dto.map;
import lombok.Data;
/**
*
*/
@Data
public class Location {
private Long locateTime;
private String longitude;
private String latitude;
}

View File

@ -0,0 +1,22 @@
package com.online.taxi.dto.map;
import java.util.List;
import lombok.Data;
/**
*
*/
@Data
public class Points {
private Location startPoint;
private Location endPoint;
private List<Location> points;
private Integer pointCount ;
}

View File

@ -0,0 +1,21 @@
package com.online.taxi.dto.map;
import lombok.Data;
/**
* 距离测量结果
*
*/
@Data
public class Route {
/**
* 行驶距离
*/
private Double distance;
/**
* 行驶时间
*/
private Double duration;
}

View File

@ -0,0 +1,19 @@
package com.online.taxi.dto.map;
import lombok.Data;
/**
*
*/
@Data
public class Vehicle {
private String vehicleId;
private String longitude;
private String latitude;
private String distance;
}

View File

@ -0,0 +1,39 @@
package com.online.taxi.dto.map.request;
import lombok.Data;
/**
*
*/
@Data
public class DispatchRequest {
private String orderId;
private String customerDeviceId;
private Integer orderType;
private Integer vehicleType;
private String orderCity;
private Long orderTime;
private Long startTime;
private String startName;
private String startLongitude;
private String startLatitude;
private String endName;
private String endLongitude;
private String endLatitude;
private Integer radius;
private Integer maxCount;
}

View File

@ -0,0 +1,19 @@
package com.online.taxi.dto.map.request;
import lombok.Data;
/**
*
*/
@Data
public class DistanceRequest {
private String originLongitude;
private String originLatitude;
private String destinationLongitude;
private String destinationLatitude;
}

View File

@ -0,0 +1,16 @@
package com.online.taxi.dto.map.request;
import lombok.Data;
/**
*
*/
@Data
public class FenceInRequest {
private String longitude;
private String latitude;
private String diu;
}

View File

@ -0,0 +1,28 @@
package com.online.taxi.dto.map.request;
import lombok.Data;
import java.util.List;
/**
*
*/
@Data
public class FenceRequest {
private String name;
private String points ;
private String description;
private String validTime;
private String enable;
private String id;
private String gid;
private Integer pageNo;
private Integer pageSize;
private String startTime;
private String endTime;
private List<String> gids;
}

View File

@ -0,0 +1,12 @@
package com.online.taxi.dto.map.request;
import lombok.Data;
/**
* @date 2018/9/14
*/
@Data
public class GeoRequest {
private String longitude;
private String latitude;
}

View File

@ -0,0 +1,58 @@
package com.online.taxi.dto.map.request;
import lombok.Data;
/**
*
*/
@Data
public class OrderRequest {
private String orderId;
private String customerDeviceId;
private Integer type;
private Integer status;
private Long statusTime;
private String orderCity;
private String vehicleId;
private Integer vehicleType;
private String vehicleLongitude;
private String vehicleLatitude;
private String startLongitude;
private String startLatitude;
private String startName;
private String endLongitude;
private String endLatitude;
private String endName;
private String userLongitude;
private String userLatitude;
private String serviceStartLongitude;
private String serviceStartLatitude;
private String chargeStartLongitude;
private String chargeStartLatitude;
private String chargeEndLongitude;
private String chargeEndLatitude;
}

View File

@ -0,0 +1,20 @@
package com.online.taxi.dto.map.request;
import lombok.Data;
/**
*/
@Data
public class RouteRequest {
private String vehicleId;
private String city;
private Long startTime;
private Long endTime;
private String correction;
}

View File

@ -0,0 +1,42 @@
package com.online.taxi.dto.map.request;
import lombok.Data;
/**
*/
@Data
public class VehicleRequest {
private String vehicleId;
private String city;
private String longitude;
private String latitude;
private Double accuracy;
private Double direction;
private Double speed;
private Double height;
private String locationType;
private Integer state;
private Integer vehicleType;
private Integer seats;
private Integer battery;
private Integer mileage;
private String orderId;
private Long timestamp;
}

View File

@ -0,0 +1,13 @@
package com.online.taxi.dto.phone;
import lombok.Data;
/**
*绑定手机号
* @date 2018/9/7
*/
@Data
public class BoundPhoneDto {
private String axbSubsId;
private String axbSecretNo;
}

View File

@ -0,0 +1,16 @@
package com.online.taxi.dto.phone;
import lombok.Data;
import java.util.List;
/**
* 电话号码加密解密DTO
*
* @date 2018/8/29
*/
@Data
public class PhoneInfoDto {
private Integer idType;
private List<PhoneInfoView> infoList;
}

View File

@ -0,0 +1,18 @@
package com.online.taxi.dto.phone;
import lombok.Data;
import lombok.experimental.Accessors;
/**
* @date 2018/8/29
**/
@Data
@Accessors(chain = true)
public class PhoneInfoView {
private int id;
private String phone;
private String encrypt;
}

View File

@ -0,0 +1,37 @@
package com.online.taxi.dto.phone.request;
import lombok.Data;
import java.util.Date;
/**
* 手机号绑定参数
* @date 2018/8/27
*/
@Data
public class PhoneNumberRequest {
/**
* 司机电话
*/
private String driverPhone;
/**
* 乘客电话
*/
private String passengerPhone;
/**
* 订单开始时间
* 绑定关系对应的失效时间-不能早于当前系统时间
*/
private String expiration;
/**
* 绑定手机号ID
*/
private String subsId;
/**
* 绑定的手机号
*/
private String secretNo;
}

View File

@ -0,0 +1,14 @@
package com.online.taxi.dto.phone.response;
import lombok.Data;
/**
* 功能描述
*
* @date 2018/8/20
*/
@Data
public class OssBaseResponse {
private Integer status;
private String fileUrl;
}

View File

@ -0,0 +1,15 @@
package com.online.taxi.dto.push;
import lombok.Data;
/**
*/
@Data
public class JpushMessage {
private int messageType;
private String title;
private String messageBody;
}

View File

@ -0,0 +1,35 @@
package com.online.taxi.dto.push;
import lombok.Data;
import java.util.List;
/**
*/
@Data
public class PushLoopBatchRequest {
private Integer acceptIdentity;
private List<String> acceptIds;
private Integer messageType;
private String messageBody;
private String sendId;
private Integer sendIdentity;
public PushLoopBatchRequest(Integer acceptIdentity, List<String> acceptIds, Integer messageType, String messageBody, String sendId, Integer sendIdentity) {
this.acceptIdentity = acceptIdentity;
this.acceptIds = acceptIds;
this.messageType = messageType;
this.messageBody = messageBody;
this.sendId = sendId;
this.sendIdentity = sendIdentity;
}
public PushLoopBatchRequest() {
}
}

View File

@ -0,0 +1,16 @@
package com.online.taxi.dto.push;
import lombok.Data;
/**
*/
@Data
public class PushLoopMessageDto {
private Integer id;
private Integer messageType;
private String messageBody;
}

View File

@ -0,0 +1,32 @@
package com.online.taxi.dto.push;
import lombok.Data;
/**
*/
@Data
public class PushRequest {
private String sendId;
private Integer sendIdentity;
private int acceptIdentity ;
private String acceptId;
private int messageType;
private String title;
private String messageBody;
private Integer messageChannel;
private String businessMessage;
private Integer businessType;
public PushRequest() {
}
}

View File

@ -0,0 +1,26 @@
package com.online.taxi.dto.sms;
import lombok.Data;
/**
* 功能描述
*
* @date 2018/10/23
*/
@Data
public class SmsRequest {
/**
* 模板ID
*/
private String templateId;
/**
* 手机号
*/
private String[] phones;
/**
* 替换内容
*/
private String[] content;
}

View File

@ -0,0 +1,17 @@
package com.online.taxi.dto.valuation;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
/**
* 计价结果DTO
*
* @date 2018/8/14
*/
@Data
@NoArgsConstructor
@AllArgsConstructor
public class PriceResult {
private Double price;
}

View File

@ -0,0 +1,15 @@
package com.online.taxi.dto.valuation.adjustment;
import lombok.Data;
import java.util.List;
/**
* 调价
*
*/
@Data
public class PriceAdjustment {
private List<String> cities;
}

View File

@ -0,0 +1,45 @@
package com.online.taxi.dto.valuation.charging;
import com.fasterxml.jackson.annotation.JsonIgnore;
import lombok.Data;
import org.springframework.util.ObjectUtils;
import java.math.BigDecimal;
/**
* 基础计费
*
* @date 2018/8/14
*/
@Data
public class BasicRule {
/**
* 基础价
*/
private BigDecimal lowestPrice;
/**
* 起步价
*/
private BigDecimal basePrice;
/**
* 包含公里数公里
*/
private Double kilos;
/**
* 包含时长数分钟
*/
private Double minutes;
/**
* 是否采用基础套餐的计费规则
*
* @return 采用基础套餐的计费规则为true否则为false
*/
@JsonIgnore
public boolean isBasicCharging() {
return !(ObjectUtils.nullSafeEquals(kilos, 0D) && ObjectUtils.nullSafeEquals(minutes, 0D));
}
}

View File

@ -0,0 +1,24 @@
package com.online.taxi.dto.valuation.charging;
import lombok.Data;
import java.math.BigDecimal;
/**
* 远途服务费
*
* @date 2018/8/14
*/
@Data
public class BeyondRule {
/**
* 远途起算公里公里
*/
private Double startKilo;
/**
* 远途单价/公里
*/
private BigDecimal perKiloPrice;
}

View File

@ -0,0 +1,51 @@
package com.online.taxi.dto.valuation.charging;
import lombok.Data;
/**
* 计费规则主键类
*
* @date 2018/8/14
*/
@Data
public class KeyRule {
/**
* 城市编码
*/
private String cityCode;
/**
* 城市名称
*/
private String cityName;
/**
* 服务类型id
*/
private Integer serviceTypeId;
/**
* 服务类型名称
*/
private String serviceTypeName;
/**
* 渠道名称id
*/
private Integer channelId;
/**
* 渠道名称
*/
private String channelName;
/**
* 车辆级别id
*/
private Integer carLevelId;
/**
* 车辆级别名称
*/
private String carLevelName;
}

View File

@ -0,0 +1,35 @@
package com.online.taxi.dto.valuation.charging;
import lombok.Data;
import java.math.BigDecimal;
import java.util.Date;
/**
* 夜间服务费
*
* @date 2018/8/14
*/
@Data
public class NightRule {
/**
* 夜间时间段 - 开始
*/
private Date start;
/**
* 夜间时间段 - 结束
*/
private Date end;
/**
* 超公里加收单价/公里
*/
private BigDecimal perKiloPrice;
/**
* 超时间加收单价/分钟
*/
private BigDecimal perMinutePrice;
}

View File

@ -0,0 +1,30 @@
package com.online.taxi.dto.valuation.charging;
import lombok.Data;
import java.math.BigDecimal;
import java.util.List;
/**
* 计费方法
*
* @date 2018/8/14
*/
@Data
public class PriceRule {
/**
* 超公里单价/公里
*/
private BigDecimal perKiloPrice;
/**
* 超时间单价/分钟
*/
private BigDecimal perMinutePrice;
/**
* 分段计时规则
*/
private List<TimeRule> timeRules;
}

View File

@ -0,0 +1,50 @@
package com.online.taxi.dto.valuation.charging;
import lombok.Data;
import java.util.List;
/**
* 计费规则
*
* @date 2018/8/14
*/
@Data
public class Rule {
/**
* 主键
*/
private Integer id;
/**
* 计费规则主键类
*/
private KeyRule keyRule;
/**
* 基础计费
*/
private BasicRule basicRule;
/**
* 计费方法
*/
private PriceRule priceRule;
/**
* 远途服务费
*/
private BeyondRule beyondRule;
/**
* 夜间服务费
*/
private NightRule nightRule;
/**
* 标签费用
*/
private List<TagPrice> tagPrices;
}

View File

@ -0,0 +1,23 @@
package com.online.taxi.dto.valuation.charging;
import lombok.Data;
import java.math.BigDecimal;
/**
* 标签费用
*
* @date 2018/10/16
*/
@Data
public class TagPrice {
/**
* 标签名称
*/
private String name;
/**
* 标签费用
*/
private BigDecimal price;
}

View File

@ -0,0 +1,36 @@
package com.online.taxi.dto.valuation.charging;
import lombok.Data;
import lombok.experimental.Accessors;
import java.math.BigDecimal;
/**
* 分段计时规则
*
* @date 2018/8/14
*/
@Data
@Accessors(chain = true)
public class TimeRule {
/**
* 计费时间段 - 开始时间点
*/
private Integer start;
/**
* 计费时间段 - 结束时间点
*/
private Integer end;
/**
* 超公里单价/公里
*/
private BigDecimal perKiloPrice;
/**
* 超时间单价/分钟
*/
private BigDecimal perMinutePrice;
}

View File

@ -0,0 +1,45 @@
package com.online.taxi.dto.valuation.discount;
import lombok.Data;
/**
* @date 2018/8/20
*/
@Data
public class DiscountCondition {
/**
* 城市编码
*/
private String cityCode;
/**
* 服务类型id
*/
private Integer serviceTypeId;
/**
* 车辆级别id
*/
private Integer carLevelId;
/**
* 行驶总里程公里
*/
private Double totalDistance;
/**
* 开始时间点的小时
*/
private Integer startHour;
/**
* 开始时间点的日期yyyy-MM-dd
*/
private String startDate;
/**
* 开始时间点的星期几Monday1 - Sunday7
*/
private Integer startWeekDay;
}

View File

@ -0,0 +1,17 @@
package com.online.taxi.dto.valuation.discount;
import lombok.Data;
import java.math.BigDecimal;
/**
* 动态调价
*
* @date 2018/8/20
*/
@Data
public class DiscountPrice {
private BigDecimal discountMaxPrice;
private Double discount;
}

View File

@ -0,0 +1,453 @@
package com.online.taxi.entity;
import java.util.Date;
public class BaseInfoCompany {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company.id
*
* @mbggenerated
*/
private Integer id;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company.company_name
*
* @mbggenerated
*/
private String companyName;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company.identifier
*
* @mbggenerated
*/
private String identifier;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company.business_scope
*
* @mbggenerated
*/
private String businessScope;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company.contact_address
*
* @mbggenerated
*/
private String contactAddress;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company.economic_type
*
* @mbggenerated
*/
private String economicType;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company.reg_capital
*
* @mbggenerated
*/
private String regCapital;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company.legal_name
*
* @mbggenerated
*/
private String legalName;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company.legal_id
*
* @mbggenerated
*/
private String legalId;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company.legal_phone
*
* @mbggenerated
*/
private String legalPhone;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company.legal_photo
*
* @mbggenerated
*/
private String legalPhoto;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company.state
*
* @mbggenerated
*/
private Integer state;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company.create_time
*
* @mbggenerated
*/
private Date createTime;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company.update_time
*
* @mbggenerated
*/
private Date updateTime;
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company.id
*
* @return the value of tbl_base_info_company.id
*
* @mbggenerated
*/
public Integer getId() {
return id;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company.id
*
* @param id the value for tbl_base_info_company.id
*
* @mbggenerated
*/
public void setId(Integer id) {
this.id = id;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company.company_name
*
* @return the value of tbl_base_info_company.company_name
*
* @mbggenerated
*/
public String getCompanyName() {
return companyName;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company.company_name
*
* @param companyName the value for tbl_base_info_company.company_name
*
* @mbggenerated
*/
public void setCompanyName(String companyName) {
this.companyName = companyName == null ? null : companyName.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company.identifier
*
* @return the value of tbl_base_info_company.identifier
*
* @mbggenerated
*/
public String getIdentifier() {
return identifier;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company.identifier
*
* @param identifier the value for tbl_base_info_company.identifier
*
* @mbggenerated
*/
public void setIdentifier(String identifier) {
this.identifier = identifier == null ? null : identifier.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company.business_scope
*
* @return the value of tbl_base_info_company.business_scope
*
* @mbggenerated
*/
public String getBusinessScope() {
return businessScope;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company.business_scope
*
* @param businessScope the value for tbl_base_info_company.business_scope
*
* @mbggenerated
*/
public void setBusinessScope(String businessScope) {
this.businessScope = businessScope == null ? null : businessScope.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company.contact_address
*
* @return the value of tbl_base_info_company.contact_address
*
* @mbggenerated
*/
public String getContactAddress() {
return contactAddress;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company.contact_address
*
* @param contactAddress the value for tbl_base_info_company.contact_address
*
* @mbggenerated
*/
public void setContactAddress(String contactAddress) {
this.contactAddress = contactAddress == null ? null : contactAddress.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company.economic_type
*
* @return the value of tbl_base_info_company.economic_type
*
* @mbggenerated
*/
public String getEconomicType() {
return economicType;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company.economic_type
*
* @param economicType the value for tbl_base_info_company.economic_type
*
* @mbggenerated
*/
public void setEconomicType(String economicType) {
this.economicType = economicType == null ? null : economicType.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company.reg_capital
*
* @return the value of tbl_base_info_company.reg_capital
*
* @mbggenerated
*/
public String getRegCapital() {
return regCapital;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company.reg_capital
*
* @param regCapital the value for tbl_base_info_company.reg_capital
*
* @mbggenerated
*/
public void setRegCapital(String regCapital) {
this.regCapital = regCapital == null ? null : regCapital.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company.legal_name
*
* @return the value of tbl_base_info_company.legal_name
*
* @mbggenerated
*/
public String getLegalName() {
return legalName;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company.legal_name
*
* @param legalName the value for tbl_base_info_company.legal_name
*
* @mbggenerated
*/
public void setLegalName(String legalName) {
this.legalName = legalName == null ? null : legalName.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company.legal_id
*
* @return the value of tbl_base_info_company.legal_id
*
* @mbggenerated
*/
public String getLegalId() {
return legalId;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company.legal_id
*
* @param legalId the value for tbl_base_info_company.legal_id
*
* @mbggenerated
*/
public void setLegalId(String legalId) {
this.legalId = legalId == null ? null : legalId.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company.legal_phone
*
* @return the value of tbl_base_info_company.legal_phone
*
* @mbggenerated
*/
public String getLegalPhone() {
return legalPhone;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company.legal_phone
*
* @param legalPhone the value for tbl_base_info_company.legal_phone
*
* @mbggenerated
*/
public void setLegalPhone(String legalPhone) {
this.legalPhone = legalPhone == null ? null : legalPhone.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company.legal_photo
*
* @return the value of tbl_base_info_company.legal_photo
*
* @mbggenerated
*/
public String getLegalPhoto() {
return legalPhoto;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company.legal_photo
*
* @param legalPhoto the value for tbl_base_info_company.legal_photo
*
* @mbggenerated
*/
public void setLegalPhoto(String legalPhoto) {
this.legalPhoto = legalPhoto == null ? null : legalPhoto.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company.state
*
* @return the value of tbl_base_info_company.state
*
* @mbggenerated
*/
public Integer getState() {
return state;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company.state
*
* @param state the value for tbl_base_info_company.state
*
* @mbggenerated
*/
public void setState(Integer state) {
this.state = state;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company.create_time
*
* @return the value of tbl_base_info_company.create_time
*
* @mbggenerated
*/
public Date getCreateTime() {
return createTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company.create_time
*
* @param createTime the value for tbl_base_info_company.create_time
*
* @mbggenerated
*/
public void setCreateTime(Date createTime) {
this.createTime = createTime;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company.update_time
*
* @return the value of tbl_base_info_company.update_time
*
* @mbggenerated
*/
public Date getUpdateTime() {
return updateTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company.update_time
*
* @param updateTime the value for tbl_base_info_company.update_time
*
* @mbggenerated
*/
public void setUpdateTime(Date updateTime) {
this.updateTime = updateTime;
}
}

View File

@ -0,0 +1,325 @@
package com.online.taxi.entity;
import java.util.Date;
public class BaseInfoCompanyPay {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company_pay.id
*
* @mbggenerated
*/
private Integer id;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company_pay.pay_name
*
* @mbggenerated
*/
private String payName;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company_pay.pay_id
*
* @mbggenerated
*/
private String payId;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company_pay.pay_type
*
* @mbggenerated
*/
private String payType;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company_pay.pay_scope
*
* @mbggenerated
*/
private String payScope;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company_pay.prepare_bank
*
* @mbggenerated
*/
private String prepareBank;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company_pay.count_date
*
* @mbggenerated
*/
private Integer countDate;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company_pay.state
*
* @mbggenerated
*/
private Integer state;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company_pay.create_time
*
* @mbggenerated
*/
private Date createTime;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company_pay.update_time
*
* @mbggenerated
*/
private Date updateTime;
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company_pay.id
*
* @return the value of tbl_base_info_company_pay.id
*
* @mbggenerated
*/
public Integer getId() {
return id;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company_pay.id
*
* @param id the value for tbl_base_info_company_pay.id
*
* @mbggenerated
*/
public void setId(Integer id) {
this.id = id;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company_pay.pay_name
*
* @return the value of tbl_base_info_company_pay.pay_name
*
* @mbggenerated
*/
public String getPayName() {
return payName;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company_pay.pay_name
*
* @param payName the value for tbl_base_info_company_pay.pay_name
*
* @mbggenerated
*/
public void setPayName(String payName) {
this.payName = payName == null ? null : payName.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company_pay.pay_id
*
* @return the value of tbl_base_info_company_pay.pay_id
*
* @mbggenerated
*/
public String getPayId() {
return payId;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company_pay.pay_id
*
* @param payId the value for tbl_base_info_company_pay.pay_id
*
* @mbggenerated
*/
public void setPayId(String payId) {
this.payId = payId == null ? null : payId.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company_pay.pay_type
*
* @return the value of tbl_base_info_company_pay.pay_type
*
* @mbggenerated
*/
public String getPayType() {
return payType;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company_pay.pay_type
*
* @param payType the value for tbl_base_info_company_pay.pay_type
*
* @mbggenerated
*/
public void setPayType(String payType) {
this.payType = payType == null ? null : payType.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company_pay.pay_scope
*
* @return the value of tbl_base_info_company_pay.pay_scope
*
* @mbggenerated
*/
public String getPayScope() {
return payScope;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company_pay.pay_scope
*
* @param payScope the value for tbl_base_info_company_pay.pay_scope
*
* @mbggenerated
*/
public void setPayScope(String payScope) {
this.payScope = payScope == null ? null : payScope.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company_pay.prepare_bank
*
* @return the value of tbl_base_info_company_pay.prepare_bank
*
* @mbggenerated
*/
public String getPrepareBank() {
return prepareBank;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company_pay.prepare_bank
*
* @param prepareBank the value for tbl_base_info_company_pay.prepare_bank
*
* @mbggenerated
*/
public void setPrepareBank(String prepareBank) {
this.prepareBank = prepareBank == null ? null : prepareBank.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company_pay.count_date
*
* @return the value of tbl_base_info_company_pay.count_date
*
* @mbggenerated
*/
public Integer getCountDate() {
return countDate;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company_pay.count_date
*
* @param countDate the value for tbl_base_info_company_pay.count_date
*
* @mbggenerated
*/
public void setCountDate(Integer countDate) {
this.countDate = countDate;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company_pay.state
*
* @return the value of tbl_base_info_company_pay.state
*
* @mbggenerated
*/
public Integer getState() {
return state;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company_pay.state
*
* @param state the value for tbl_base_info_company_pay.state
*
* @mbggenerated
*/
public void setState(Integer state) {
this.state = state;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company_pay.create_time
*
* @return the value of tbl_base_info_company_pay.create_time
*
* @mbggenerated
*/
public Date getCreateTime() {
return createTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company_pay.create_time
*
* @param createTime the value for tbl_base_info_company_pay.create_time
*
* @mbggenerated
*/
public void setCreateTime(Date createTime) {
this.createTime = createTime;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company_pay.update_time
*
* @return the value of tbl_base_info_company_pay.update_time
*
* @mbggenerated
*/
public Date getUpdateTime() {
return updateTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company_pay.update_time
*
* @param updateTime the value for tbl_base_info_company_pay.update_time
*
* @mbggenerated
*/
public void setUpdateTime(Date updateTime) {
this.updateTime = updateTime;
}
}

View File

@ -0,0 +1,357 @@
package com.online.taxi.entity;
import java.util.Date;
public class BaseInfoCompanyPermit {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company_permit.id
*
* @mbggenerated
*/
private Integer id;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company_permit.certificate
*
* @mbggenerated
*/
private String certificate;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company_permit.operation_area
*
* @mbggenerated
*/
private String operationArea;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company_permit.owner_name
*
* @mbggenerated
*/
private String ownerName;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company_permit.organization
*
* @mbggenerated
*/
private String organization;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company_permit.start_date
*
* @mbggenerated
*/
private Date startDate;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company_permit.stop_date
*
* @mbggenerated
*/
private Date stopDate;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company_permit.certify_date
*
* @mbggenerated
*/
private Date certifyDate;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company_permit.state
*
* @mbggenerated
*/
private String state;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company_permit.create_time
*
* @mbggenerated
*/
private Date createTime;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company_permit.update_time
*
* @mbggenerated
*/
private Date updateTime;
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company_permit.id
*
* @return the value of tbl_base_info_company_permit.id
*
* @mbggenerated
*/
public Integer getId() {
return id;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company_permit.id
*
* @param id the value for tbl_base_info_company_permit.id
*
* @mbggenerated
*/
public void setId(Integer id) {
this.id = id;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company_permit.certificate
*
* @return the value of tbl_base_info_company_permit.certificate
*
* @mbggenerated
*/
public String getCertificate() {
return certificate;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company_permit.certificate
*
* @param certificate the value for tbl_base_info_company_permit.certificate
*
* @mbggenerated
*/
public void setCertificate(String certificate) {
this.certificate = certificate == null ? null : certificate.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company_permit.operation_area
*
* @return the value of tbl_base_info_company_permit.operation_area
*
* @mbggenerated
*/
public String getOperationArea() {
return operationArea;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company_permit.operation_area
*
* @param operationArea the value for tbl_base_info_company_permit.operation_area
*
* @mbggenerated
*/
public void setOperationArea(String operationArea) {
this.operationArea = operationArea == null ? null : operationArea.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company_permit.owner_name
*
* @return the value of tbl_base_info_company_permit.owner_name
*
* @mbggenerated
*/
public String getOwnerName() {
return ownerName;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company_permit.owner_name
*
* @param ownerName the value for tbl_base_info_company_permit.owner_name
*
* @mbggenerated
*/
public void setOwnerName(String ownerName) {
this.ownerName = ownerName == null ? null : ownerName.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company_permit.organization
*
* @return the value of tbl_base_info_company_permit.organization
*
* @mbggenerated
*/
public String getOrganization() {
return organization;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company_permit.organization
*
* @param organization the value for tbl_base_info_company_permit.organization
*
* @mbggenerated
*/
public void setOrganization(String organization) {
this.organization = organization == null ? null : organization.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company_permit.start_date
*
* @return the value of tbl_base_info_company_permit.start_date
*
* @mbggenerated
*/
public Date getStartDate() {
return startDate;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company_permit.start_date
*
* @param startDate the value for tbl_base_info_company_permit.start_date
*
* @mbggenerated
*/
public void setStartDate(Date startDate) {
this.startDate = startDate;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company_permit.stop_date
*
* @return the value of tbl_base_info_company_permit.stop_date
*
* @mbggenerated
*/
public Date getStopDate() {
return stopDate;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company_permit.stop_date
*
* @param stopDate the value for tbl_base_info_company_permit.stop_date
*
* @mbggenerated
*/
public void setStopDate(Date stopDate) {
this.stopDate = stopDate;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company_permit.certify_date
*
* @return the value of tbl_base_info_company_permit.certify_date
*
* @mbggenerated
*/
public Date getCertifyDate() {
return certifyDate;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company_permit.certify_date
*
* @param certifyDate the value for tbl_base_info_company_permit.certify_date
*
* @mbggenerated
*/
public void setCertifyDate(Date certifyDate) {
this.certifyDate = certifyDate;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company_permit.state
*
* @return the value of tbl_base_info_company_permit.state
*
* @mbggenerated
*/
public String getState() {
return state;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company_permit.state
*
* @param state the value for tbl_base_info_company_permit.state
*
* @mbggenerated
*/
public void setState(String state) {
this.state = state == null ? null : state.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company_permit.create_time
*
* @return the value of tbl_base_info_company_permit.create_time
*
* @mbggenerated
*/
public Date getCreateTime() {
return createTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company_permit.create_time
*
* @param createTime the value for tbl_base_info_company_permit.create_time
*
* @mbggenerated
*/
public void setCreateTime(Date createTime) {
this.createTime = createTime;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company_permit.update_time
*
* @return the value of tbl_base_info_company_permit.update_time
*
* @mbggenerated
*/
public Date getUpdateTime() {
return updateTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company_permit.update_time
*
* @param updateTime the value for tbl_base_info_company_permit.update_time
*
* @mbggenerated
*/
public void setUpdateTime(Date updateTime) {
this.updateTime = updateTime;
}
}

View File

@ -0,0 +1,453 @@
package com.online.taxi.entity;
import java.util.Date;
public class BaseInfoCompanyService {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company_service.id
*
* @mbggenerated
*/
private Integer id;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company_service.service_name
*
* @mbggenerated
*/
private String serviceName;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company_service.service_no
*
* @mbggenerated
*/
private String serviceNo;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company_service.detail_address
*
* @mbggenerated
*/
private String detailAddress;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company_service.responsible_name
*
* @mbggenerated
*/
private String responsibleName;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company_service.responsible_phone
*
* @mbggenerated
*/
private String responsiblePhone;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company_service.manager_name
*
* @mbggenerated
*/
private String managerName;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company_service.manager_phone
*
* @mbggenerated
*/
private String managerPhone;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company_service.contact_phone
*
* @mbggenerated
*/
private String contactPhone;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company_service.mail_address
*
* @mbggenerated
*/
private String mailAddress;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company_service.create_date
*
* @mbggenerated
*/
private Date createDate;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company_service.state
*
* @mbggenerated
*/
private Integer state;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company_service.create_time
*
* @mbggenerated
*/
private Date createTime;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_base_info_company_service.update_time
*
* @mbggenerated
*/
private Date updateTime;
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company_service.id
*
* @return the value of tbl_base_info_company_service.id
*
* @mbggenerated
*/
public Integer getId() {
return id;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company_service.id
*
* @param id the value for tbl_base_info_company_service.id
*
* @mbggenerated
*/
public void setId(Integer id) {
this.id = id;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company_service.service_name
*
* @return the value of tbl_base_info_company_service.service_name
*
* @mbggenerated
*/
public String getServiceName() {
return serviceName;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company_service.service_name
*
* @param serviceName the value for tbl_base_info_company_service.service_name
*
* @mbggenerated
*/
public void setServiceName(String serviceName) {
this.serviceName = serviceName == null ? null : serviceName.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company_service.service_no
*
* @return the value of tbl_base_info_company_service.service_no
*
* @mbggenerated
*/
public String getServiceNo() {
return serviceNo;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company_service.service_no
*
* @param serviceNo the value for tbl_base_info_company_service.service_no
*
* @mbggenerated
*/
public void setServiceNo(String serviceNo) {
this.serviceNo = serviceNo == null ? null : serviceNo.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company_service.detail_address
*
* @return the value of tbl_base_info_company_service.detail_address
*
* @mbggenerated
*/
public String getDetailAddress() {
return detailAddress;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company_service.detail_address
*
* @param detailAddress the value for tbl_base_info_company_service.detail_address
*
* @mbggenerated
*/
public void setDetailAddress(String detailAddress) {
this.detailAddress = detailAddress == null ? null : detailAddress.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company_service.responsible_name
*
* @return the value of tbl_base_info_company_service.responsible_name
*
* @mbggenerated
*/
public String getResponsibleName() {
return responsibleName;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company_service.responsible_name
*
* @param responsibleName the value for tbl_base_info_company_service.responsible_name
*
* @mbggenerated
*/
public void setResponsibleName(String responsibleName) {
this.responsibleName = responsibleName == null ? null : responsibleName.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company_service.responsible_phone
*
* @return the value of tbl_base_info_company_service.responsible_phone
*
* @mbggenerated
*/
public String getResponsiblePhone() {
return responsiblePhone;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company_service.responsible_phone
*
* @param responsiblePhone the value for tbl_base_info_company_service.responsible_phone
*
* @mbggenerated
*/
public void setResponsiblePhone(String responsiblePhone) {
this.responsiblePhone = responsiblePhone == null ? null : responsiblePhone.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company_service.manager_name
*
* @return the value of tbl_base_info_company_service.manager_name
*
* @mbggenerated
*/
public String getManagerName() {
return managerName;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company_service.manager_name
*
* @param managerName the value for tbl_base_info_company_service.manager_name
*
* @mbggenerated
*/
public void setManagerName(String managerName) {
this.managerName = managerName == null ? null : managerName.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company_service.manager_phone
*
* @return the value of tbl_base_info_company_service.manager_phone
*
* @mbggenerated
*/
public String getManagerPhone() {
return managerPhone;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company_service.manager_phone
*
* @param managerPhone the value for tbl_base_info_company_service.manager_phone
*
* @mbggenerated
*/
public void setManagerPhone(String managerPhone) {
this.managerPhone = managerPhone == null ? null : managerPhone.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company_service.contact_phone
*
* @return the value of tbl_base_info_company_service.contact_phone
*
* @mbggenerated
*/
public String getContactPhone() {
return contactPhone;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company_service.contact_phone
*
* @param contactPhone the value for tbl_base_info_company_service.contact_phone
*
* @mbggenerated
*/
public void setContactPhone(String contactPhone) {
this.contactPhone = contactPhone == null ? null : contactPhone.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company_service.mail_address
*
* @return the value of tbl_base_info_company_service.mail_address
*
* @mbggenerated
*/
public String getMailAddress() {
return mailAddress;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company_service.mail_address
*
* @param mailAddress the value for tbl_base_info_company_service.mail_address
*
* @mbggenerated
*/
public void setMailAddress(String mailAddress) {
this.mailAddress = mailAddress == null ? null : mailAddress.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company_service.create_date
*
* @return the value of tbl_base_info_company_service.create_date
*
* @mbggenerated
*/
public Date getCreateDate() {
return createDate;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company_service.create_date
*
* @param createDate the value for tbl_base_info_company_service.create_date
*
* @mbggenerated
*/
public void setCreateDate(Date createDate) {
this.createDate = createDate;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company_service.state
*
* @return the value of tbl_base_info_company_service.state
*
* @mbggenerated
*/
public Integer getState() {
return state;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company_service.state
*
* @param state the value for tbl_base_info_company_service.state
*
* @mbggenerated
*/
public void setState(Integer state) {
this.state = state;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company_service.create_time
*
* @return the value of tbl_base_info_company_service.create_time
*
* @mbggenerated
*/
public Date getCreateTime() {
return createTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company_service.create_time
*
* @param createTime the value for tbl_base_info_company_service.create_time
*
* @mbggenerated
*/
public void setCreateTime(Date createTime) {
this.createTime = createTime;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_base_info_company_service.update_time
*
* @return the value of tbl_base_info_company_service.update_time
*
* @mbggenerated
*/
public Date getUpdateTime() {
return updateTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_base_info_company_service.update_time
*
* @param updateTime the value for tbl_base_info_company_service.update_time
*
* @mbggenerated
*/
public void setUpdateTime(Date updateTime) {
this.updateTime = updateTime;
}
}

View File

@ -0,0 +1,517 @@
package com.online.taxi.entity;
import java.util.Date;
public class CallRecords {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_call_records.id
*
* @mbggenerated
*/
private Integer id;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_call_records.pool_key
*
* @mbggenerated
*/
private String poolKey;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_call_records.sub_id
*
* @mbggenerated
*/
private String subId;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_call_records.call_id
*
* @mbggenerated
*/
private String callId;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_call_records.phone_no
*
* @mbggenerated
*/
private String phoneNo;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_call_records.secret_no
*
* @mbggenerated
*/
private String secretNo;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_call_records.peer_no
*
* @mbggenerated
*/
private String peerNo;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_call_records.call_type
*
* @mbggenerated
*/
private String callType;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_call_records.call_time
*
* @mbggenerated
*/
private Date callTime;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_call_records.ring_time
*
* @mbggenerated
*/
private Date ringTime;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_call_records.start_time
*
* @mbggenerated
*/
private Date startTime;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_call_records.release_time
*
* @mbggenerated
*/
private Date releaseTime;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_call_records.release_dir
*
* @mbggenerated
*/
private String releaseDir;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_call_records.release_cause
*
* @mbggenerated
*/
private Integer releaseCause;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_call_records.create_time
*
* @mbggenerated
*/
private Date createTime;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_call_records.update_time
*
* @mbggenerated
*/
private Date updateTime;
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_call_records.id
*
* @return the value of tbl_call_records.id
*
* @mbggenerated
*/
public Integer getId() {
return id;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_call_records.id
*
* @param id the value for tbl_call_records.id
*
* @mbggenerated
*/
public void setId(Integer id) {
this.id = id;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_call_records.pool_key
*
* @return the value of tbl_call_records.pool_key
*
* @mbggenerated
*/
public String getPoolKey() {
return poolKey;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_call_records.pool_key
*
* @param poolKey the value for tbl_call_records.pool_key
*
* @mbggenerated
*/
public void setPoolKey(String poolKey) {
this.poolKey = poolKey == null ? null : poolKey.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_call_records.sub_id
*
* @return the value of tbl_call_records.sub_id
*
* @mbggenerated
*/
public String getSubId() {
return subId;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_call_records.sub_id
*
* @param subId the value for tbl_call_records.sub_id
*
* @mbggenerated
*/
public void setSubId(String subId) {
this.subId = subId == null ? null : subId.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_call_records.call_id
*
* @return the value of tbl_call_records.call_id
*
* @mbggenerated
*/
public String getCallId() {
return callId;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_call_records.call_id
*
* @param callId the value for tbl_call_records.call_id
*
* @mbggenerated
*/
public void setCallId(String callId) {
this.callId = callId == null ? null : callId.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_call_records.phone_no
*
* @return the value of tbl_call_records.phone_no
*
* @mbggenerated
*/
public String getPhoneNo() {
return phoneNo;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_call_records.phone_no
*
* @param phoneNo the value for tbl_call_records.phone_no
*
* @mbggenerated
*/
public void setPhoneNo(String phoneNo) {
this.phoneNo = phoneNo == null ? null : phoneNo.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_call_records.secret_no
*
* @return the value of tbl_call_records.secret_no
*
* @mbggenerated
*/
public String getSecretNo() {
return secretNo;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_call_records.secret_no
*
* @param secretNo the value for tbl_call_records.secret_no
*
* @mbggenerated
*/
public void setSecretNo(String secretNo) {
this.secretNo = secretNo == null ? null : secretNo.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_call_records.peer_no
*
* @return the value of tbl_call_records.peer_no
*
* @mbggenerated
*/
public String getPeerNo() {
return peerNo;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_call_records.peer_no
*
* @param peerNo the value for tbl_call_records.peer_no
*
* @mbggenerated
*/
public void setPeerNo(String peerNo) {
this.peerNo = peerNo == null ? null : peerNo.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_call_records.call_type
*
* @return the value of tbl_call_records.call_type
*
* @mbggenerated
*/
public String getCallType() {
return callType;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_call_records.call_type
*
* @param callType the value for tbl_call_records.call_type
*
* @mbggenerated
*/
public void setCallType(String callType) {
this.callType = callType == null ? null : callType.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_call_records.call_time
*
* @return the value of tbl_call_records.call_time
*
* @mbggenerated
*/
public Date getCallTime() {
return callTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_call_records.call_time
*
* @param callTime the value for tbl_call_records.call_time
*
* @mbggenerated
*/
public void setCallTime(Date callTime) {
this.callTime = callTime;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_call_records.ring_time
*
* @return the value of tbl_call_records.ring_time
*
* @mbggenerated
*/
public Date getRingTime() {
return ringTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_call_records.ring_time
*
* @param ringTime the value for tbl_call_records.ring_time
*
* @mbggenerated
*/
public void setRingTime(Date ringTime) {
this.ringTime = ringTime;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_call_records.start_time
*
* @return the value of tbl_call_records.start_time
*
* @mbggenerated
*/
public Date getStartTime() {
return startTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_call_records.start_time
*
* @param startTime the value for tbl_call_records.start_time
*
* @mbggenerated
*/
public void setStartTime(Date startTime) {
this.startTime = startTime;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_call_records.release_time
*
* @return the value of tbl_call_records.release_time
*
* @mbggenerated
*/
public Date getReleaseTime() {
return releaseTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_call_records.release_time
*
* @param releaseTime the value for tbl_call_records.release_time
*
* @mbggenerated
*/
public void setReleaseTime(Date releaseTime) {
this.releaseTime = releaseTime;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_call_records.release_dir
*
* @return the value of tbl_call_records.release_dir
*
* @mbggenerated
*/
public String getReleaseDir() {
return releaseDir;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_call_records.release_dir
*
* @param releaseDir the value for tbl_call_records.release_dir
*
* @mbggenerated
*/
public void setReleaseDir(String releaseDir) {
this.releaseDir = releaseDir == null ? null : releaseDir.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_call_records.release_cause
*
* @return the value of tbl_call_records.release_cause
*
* @mbggenerated
*/
public Integer getReleaseCause() {
return releaseCause;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_call_records.release_cause
*
* @param releaseCause the value for tbl_call_records.release_cause
*
* @mbggenerated
*/
public void setReleaseCause(Integer releaseCause) {
this.releaseCause = releaseCause;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_call_records.create_time
*
* @return the value of tbl_call_records.create_time
*
* @mbggenerated
*/
public Date getCreateTime() {
return createTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_call_records.create_time
*
* @param createTime the value for tbl_call_records.create_time
*
* @mbggenerated
*/
public void setCreateTime(Date createTime) {
this.createTime = createTime;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_call_records.update_time
*
* @return the value of tbl_call_records.update_time
*
* @mbggenerated
*/
public Date getUpdateTime() {
return updateTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_call_records.update_time
*
* @param updateTime the value for tbl_call_records.update_time
*
* @mbggenerated
*/
public void setUpdateTime(Date updateTime) {
this.updateTime = updateTime;
}
}

View File

@ -0,0 +1,229 @@
package com.online.taxi.entity;
import java.util.Date;
public class CarDispatchCapacitySet {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_dispatch_capacity_set.id
*
* @mbggenerated
*/
private Integer id;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_dispatch_capacity_set.city_code
*
* @mbggenerated
*/
private String cityCode;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_dispatch_capacity_set.car_service_period
*
* @mbggenerated
*/
private String carServicePeriod;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_dispatch_capacity_set.spare_driver_count
*
* @mbggenerated
*/
private Integer spareDriverCount;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_dispatch_capacity_set.operator_id
*
* @mbggenerated
*/
private Integer operatorId;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_dispatch_capacity_set.create_time
*
* @mbggenerated
*/
private Date createTime;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_dispatch_capacity_set.update_time
*
* @mbggenerated
*/
private Date updateTime;
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_dispatch_capacity_set.id
*
* @return the value of tbl_car_dispatch_capacity_set.id
*
* @mbggenerated
*/
public Integer getId() {
return id;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_dispatch_capacity_set.id
*
* @param id the value for tbl_car_dispatch_capacity_set.id
*
* @mbggenerated
*/
public void setId(Integer id) {
this.id = id;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_dispatch_capacity_set.city_code
*
* @return the value of tbl_car_dispatch_capacity_set.city_code
*
* @mbggenerated
*/
public String getCityCode() {
return cityCode;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_dispatch_capacity_set.city_code
*
* @param cityCode the value for tbl_car_dispatch_capacity_set.city_code
*
* @mbggenerated
*/
public void setCityCode(String cityCode) {
this.cityCode = cityCode == null ? null : cityCode.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_dispatch_capacity_set.car_service_period
*
* @return the value of tbl_car_dispatch_capacity_set.car_service_period
*
* @mbggenerated
*/
public String getCarServicePeriod() {
return carServicePeriod;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_dispatch_capacity_set.car_service_period
*
* @param carServicePeriod the value for tbl_car_dispatch_capacity_set.car_service_period
*
* @mbggenerated
*/
public void setCarServicePeriod(String carServicePeriod) {
this.carServicePeriod = carServicePeriod == null ? null : carServicePeriod.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_dispatch_capacity_set.spare_driver_count
*
* @return the value of tbl_car_dispatch_capacity_set.spare_driver_count
*
* @mbggenerated
*/
public Integer getSpareDriverCount() {
return spareDriverCount;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_dispatch_capacity_set.spare_driver_count
*
* @param spareDriverCount the value for tbl_car_dispatch_capacity_set.spare_driver_count
*
* @mbggenerated
*/
public void setSpareDriverCount(Integer spareDriverCount) {
this.spareDriverCount = spareDriverCount;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_dispatch_capacity_set.operator_id
*
* @return the value of tbl_car_dispatch_capacity_set.operator_id
*
* @mbggenerated
*/
public Integer getOperatorId() {
return operatorId;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_dispatch_capacity_set.operator_id
*
* @param operatorId the value for tbl_car_dispatch_capacity_set.operator_id
*
* @mbggenerated
*/
public void setOperatorId(Integer operatorId) {
this.operatorId = operatorId;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_dispatch_capacity_set.create_time
*
* @return the value of tbl_car_dispatch_capacity_set.create_time
*
* @mbggenerated
*/
public Date getCreateTime() {
return createTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_dispatch_capacity_set.create_time
*
* @param createTime the value for tbl_car_dispatch_capacity_set.create_time
*
* @mbggenerated
*/
public void setCreateTime(Date createTime) {
this.createTime = createTime;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_dispatch_capacity_set.update_time
*
* @return the value of tbl_car_dispatch_capacity_set.update_time
*
* @mbggenerated
*/
public Date getUpdateTime() {
return updateTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_dispatch_capacity_set.update_time
*
* @param updateTime the value for tbl_car_dispatch_capacity_set.update_time
*
* @mbggenerated
*/
public void setUpdateTime(Date updateTime) {
this.updateTime = updateTime;
}
}

View File

@ -0,0 +1,85 @@
package com.online.taxi.entity;
import java.util.Date;
public class CarDispatchDirectRouteOrderRadiusSet {
private Integer id;
private String cityCode;
private Integer serviceTypeId;
private Boolean directRouteOrderType;
private Integer directRouteOrderRadius;
private Boolean isDelete;
private Date createTime;
private Date updateTime;
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
public String getCityCode() {
return cityCode;
}
public void setCityCode(String cityCode) {
this.cityCode = cityCode == null ? null : cityCode.trim();
}
public Integer getServiceTypeId() {
return serviceTypeId;
}
public void setServiceTypeId(Integer serviceTypeId) {
this.serviceTypeId = serviceTypeId;
}
public Boolean getDirectRouteOrderType() {
return directRouteOrderType;
}
public void setDirectRouteOrderType(Boolean directRouteOrderType) {
this.directRouteOrderType = directRouteOrderType;
}
public Integer getDirectRouteOrderRadius() {
return directRouteOrderRadius;
}
public void setDirectRouteOrderRadius(Integer directRouteOrderRadius) {
this.directRouteOrderRadius = directRouteOrderRadius;
}
public Boolean getIsDelete() {
return isDelete;
}
public void setIsDelete(Boolean isDelete) {
this.isDelete = isDelete;
}
public Date getCreateTime() {
return createTime;
}
public void setCreateTime(Date createTime) {
this.createTime = createTime;
}
public Date getUpdateTime() {
return updateTime;
}
public void setUpdateTime(Date updateTime) {
this.updateTime = updateTime;
}
}

View File

@ -0,0 +1,75 @@
package com.online.taxi.entity;
import java.util.Date;
public class CarDispatchDistributeIntervalSet {
private Integer id;
private String cityCode;
private Integer serviceTypeId;
private Integer carServiceBeforeInterval;
private Integer carServiceAfterInterval;
private Date createTime;
private Date updateTime;
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
public String getCityCode() {
return cityCode;
}
public void setCityCode(String cityCode) {
this.cityCode = cityCode == null ? null : cityCode.trim();
}
public Integer getServiceTypeId() {
return serviceTypeId;
}
public void setServiceTypeId(Integer serviceTypeId) {
this.serviceTypeId = serviceTypeId;
}
public Integer getCarServiceBeforeInterval() {
return carServiceBeforeInterval;
}
public void setCarServiceBeforeInterval(Integer carServiceBeforeInterval) {
this.carServiceBeforeInterval = carServiceBeforeInterval;
}
public Integer getCarServiceAfterInterval() {
return carServiceAfterInterval;
}
public void setCarServiceAfterInterval(Integer carServiceAfterInterval) {
this.carServiceAfterInterval = carServiceAfterInterval;
}
public Date getCreateTime() {
return createTime;
}
public void setCreateTime(Date createTime) {
this.createTime = createTime;
}
public Date getUpdateTime() {
return updateTime;
}
public void setUpdateTime(Date updateTime) {
this.updateTime = updateTime;
}
}

View File

@ -0,0 +1,95 @@
package com.online.taxi.entity;
import java.util.Date;
public class CarDispatchDistributeRadiusSet {
private Integer id;
private String cityCode;
private Integer serviceTypeId;
private Integer minRadius;
private Integer minRadiusFirstPushDriverCount;
private Integer maxRadius;
private Integer maxRadiusFirstPushDriverCount;
private Date createTime;
private Date updateTime;
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
public String getCityCode() {
return cityCode;
}
public void setCityCode(String cityCode) {
this.cityCode = cityCode == null ? null : cityCode.trim();
}
public Integer getServiceTypeId() {
return serviceTypeId;
}
public void setServiceTypeId(Integer serviceTypeId) {
this.serviceTypeId = serviceTypeId;
}
public Integer getMinRadius() {
return minRadius;
}
public void setMinRadius(Integer minRadius) {
this.minRadius = minRadius;
}
public Integer getMinRadiusFirstPushDriverCount() {
return minRadiusFirstPushDriverCount;
}
public void setMinRadiusFirstPushDriverCount(Integer minRadiusFirstPushDriverCount) {
this.minRadiusFirstPushDriverCount = minRadiusFirstPushDriverCount;
}
public Integer getMaxRadius() {
return maxRadius;
}
public void setMaxRadius(Integer maxRadius) {
this.maxRadius = maxRadius;
}
public Integer getMaxRadiusFirstPushDriverCount() {
return maxRadiusFirstPushDriverCount;
}
public void setMaxRadiusFirstPushDriverCount(Integer maxRadiusFirstPushDriverCount) {
this.maxRadiusFirstPushDriverCount = maxRadiusFirstPushDriverCount;
}
public Date getCreateTime() {
return createTime;
}
public void setCreateTime(Date createTime) {
this.createTime = createTime;
}
public Date getUpdateTime() {
return updateTime;
}
public void setUpdateTime(Date updateTime) {
this.updateTime = updateTime;
}
}

View File

@ -0,0 +1,55 @@
package com.online.taxi.entity;
import java.util.Date;
public class CarDispatchDistributeSet {
private Integer id;
private String cityCode;
private Boolean isForceDistribute;
private Date createTime;
private Date updateTime;
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
public String getCityCode() {
return cityCode;
}
public void setCityCode(String cityCode) {
this.cityCode = cityCode == null ? null : cityCode.trim();
}
public Boolean getIsForceDistribute() {
return isForceDistribute;
}
public void setIsForceDistribute(Boolean isForceDistribute) {
this.isForceDistribute = isForceDistribute;
}
public Date getCreateTime() {
return createTime;
}
public void setCreateTime(Date createTime) {
this.createTime = createTime;
}
public Date getUpdateTime() {
return updateTime;
}
public void setUpdateTime(Date updateTime) {
this.updateTime = updateTime;
}
}

View File

@ -0,0 +1,75 @@
package com.online.taxi.entity;
import java.util.Date;
public class CarDispatchSpecialPeriodSet {
private Integer id;
private String cityCode;
private Integer serviceTypeId;
private String timePeriod;
private Boolean isDelete;
private Date createTime;
private Date updateTime;
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
public String getCityCode() {
return cityCode;
}
public void setCityCode(String cityCode) {
this.cityCode = cityCode == null ? null : cityCode.trim();
}
public Integer getServiceTypeId() {
return serviceTypeId;
}
public void setServiceTypeId(Integer serviceTypeId) {
this.serviceTypeId = serviceTypeId;
}
public String getTimePeriod() {
return timePeriod;
}
public void setTimePeriod(String timePeriod) {
this.timePeriod = timePeriod == null ? null : timePeriod.trim();
}
public Boolean getIsDelete() {
return isDelete;
}
public void setIsDelete(Boolean isDelete) {
this.isDelete = isDelete;
}
public Date getCreateTime() {
return createTime;
}
public void setCreateTime(Date createTime) {
this.createTime = createTime;
}
public Date getUpdateTime() {
return updateTime;
}
public void setUpdateTime(Date updateTime) {
this.updateTime = updateTime;
}
}

View File

@ -0,0 +1,75 @@
package com.online.taxi.entity;
import java.util.Date;
public class CarDispatchTimeThresholdSet {
private Integer id;
private String cityCode;
private Integer serviceTypeId;
private Boolean timeThresholdType;
private Integer timeThreshold;
private Date createTime;
private Date updateTime;
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
public String getCityCode() {
return cityCode;
}
public void setCityCode(String cityCode) {
this.cityCode = cityCode == null ? null : cityCode.trim();
}
public Integer getServiceTypeId() {
return serviceTypeId;
}
public void setServiceTypeId(Integer serviceTypeId) {
this.serviceTypeId = serviceTypeId;
}
public Boolean getTimeThresholdType() {
return timeThresholdType;
}
public void setTimeThresholdType(Boolean timeThresholdType) {
this.timeThresholdType = timeThresholdType;
}
public Integer getTimeThreshold() {
return timeThreshold;
}
public void setTimeThreshold(Integer timeThreshold) {
this.timeThreshold = timeThreshold;
}
public Date getCreateTime() {
return createTime;
}
public void setCreateTime(Date createTime) {
this.createTime = createTime;
}
public Date getUpdateTime() {
return updateTime;
}
public void setUpdateTime(Date updateTime) {
this.updateTime = updateTime;
}
}

View File

@ -0,0 +1,869 @@
package com.online.taxi.entity;
import java.util.Date;
public class CarInfo {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_info.id
*
* @mbggenerated
*/
private Integer id;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_info.plate_number
*
* @mbggenerated
*/
private String plateNumber;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_info.operation_status
*
* @mbggenerated
*/
private Integer operationStatus;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_info.publish_time
*
* @mbggenerated
*/
private Date publishTime;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_info.full_name
*
* @mbggenerated
*/
private String fullName;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_info.color
*
* @mbggenerated
*/
private String color;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_info.car_img
*
* @mbggenerated
*/
private String carImg;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_info.city_code
*
* @mbggenerated
*/
private String cityCode;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_info.car_type_id
*
* @mbggenerated
*/
private Integer carTypeId;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_info.car_level_id
*
* @mbggenerated
*/
private Integer carLevelId;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_info.regist_date
*
* @mbggenerated
*/
private Date registDate;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_info.insurance_start_date
*
* @mbggenerated
*/
private Date insuranceStartDate;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_info.insurance_end_date
*
* @mbggenerated
*/
private Date insuranceEndDate;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_info.annual_end_date
*
* @mbggenerated
*/
private Date annualEndDate;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_info.car_license_img
*
* @mbggenerated
*/
private String carLicenseImg;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_info.is_free_order
*
* @mbggenerated
*/
private Integer isFreeOrder;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_info.remark
*
* @mbggenerated
*/
private String remark;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_info.use_status
*
* @mbggenerated
*/
private Integer useStatus;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_info.large_screen_device_code
*
* @mbggenerated
*/
private String largeScreenDeviceCode;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_info.large_screen_device_brand
*
* @mbggenerated
*/
private String largeScreenDeviceBrand;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_info.car_screen_device_code
*
* @mbggenerated
*/
private String carScreenDeviceCode;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_info.car_screen_device_brand
*
* @mbggenerated
*/
private String carScreenDeviceBrand;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_info.operator_id
*
* @mbggenerated
*/
private Integer operatorId;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_info.total_mile
*
* @mbggenerated
*/
private Integer totalMile;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_info.asset_coding
*
* @mbggenerated
*/
private String assetCoding;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_info.create_time
*
* @mbggenerated
*/
private Date createTime;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_info.update_time
*
* @mbggenerated
*/
private Date updateTime;
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_info.id
*
* @return the value of tbl_car_info.id
*
* @mbggenerated
*/
public Integer getId() {
return id;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_info.id
*
* @param id the value for tbl_car_info.id
*
* @mbggenerated
*/
public void setId(Integer id) {
this.id = id;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_info.plate_number
*
* @return the value of tbl_car_info.plate_number
*
* @mbggenerated
*/
public String getPlateNumber() {
return plateNumber;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_info.plate_number
*
* @param plateNumber the value for tbl_car_info.plate_number
*
* @mbggenerated
*/
public void setPlateNumber(String plateNumber) {
this.plateNumber = plateNumber == null ? null : plateNumber.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_info.operation_status
*
* @return the value of tbl_car_info.operation_status
*
* @mbggenerated
*/
public Integer getOperationStatus() {
return operationStatus;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_info.operation_status
*
* @param operationStatus the value for tbl_car_info.operation_status
*
* @mbggenerated
*/
public void setOperationStatus(Integer operationStatus) {
this.operationStatus = operationStatus;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_info.publish_time
*
* @return the value of tbl_car_info.publish_time
*
* @mbggenerated
*/
public Date getPublishTime() {
return publishTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_info.publish_time
*
* @param publishTime the value for tbl_car_info.publish_time
*
* @mbggenerated
*/
public void setPublishTime(Date publishTime) {
this.publishTime = publishTime;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_info.full_name
*
* @return the value of tbl_car_info.full_name
*
* @mbggenerated
*/
public String getFullName() {
return fullName;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_info.full_name
*
* @param fullName the value for tbl_car_info.full_name
*
* @mbggenerated
*/
public void setFullName(String fullName) {
this.fullName = fullName == null ? null : fullName.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_info.color
*
* @return the value of tbl_car_info.color
*
* @mbggenerated
*/
public String getColor() {
return color;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_info.color
*
* @param color the value for tbl_car_info.color
*
* @mbggenerated
*/
public void setColor(String color) {
this.color = color == null ? null : color.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_info.car_img
*
* @return the value of tbl_car_info.car_img
*
* @mbggenerated
*/
public String getCarImg() {
return carImg;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_info.car_img
*
* @param carImg the value for tbl_car_info.car_img
*
* @mbggenerated
*/
public void setCarImg(String carImg) {
this.carImg = carImg == null ? null : carImg.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_info.city_code
*
* @return the value of tbl_car_info.city_code
*
* @mbggenerated
*/
public String getCityCode() {
return cityCode;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_info.city_code
*
* @param cityCode the value for tbl_car_info.city_code
*
* @mbggenerated
*/
public void setCityCode(String cityCode) {
this.cityCode = cityCode == null ? null : cityCode.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_info.car_type_id
*
* @return the value of tbl_car_info.car_type_id
*
* @mbggenerated
*/
public Integer getCarTypeId() {
return carTypeId;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_info.car_type_id
*
* @param carTypeId the value for tbl_car_info.car_type_id
*
* @mbggenerated
*/
public void setCarTypeId(Integer carTypeId) {
this.carTypeId = carTypeId;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_info.car_level_id
*
* @return the value of tbl_car_info.car_level_id
*
* @mbggenerated
*/
public Integer getCarLevelId() {
return carLevelId;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_info.car_level_id
*
* @param carLevelId the value for tbl_car_info.car_level_id
*
* @mbggenerated
*/
public void setCarLevelId(Integer carLevelId) {
this.carLevelId = carLevelId;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_info.regist_date
*
* @return the value of tbl_car_info.regist_date
*
* @mbggenerated
*/
public Date getRegistDate() {
return registDate;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_info.regist_date
*
* @param registDate the value for tbl_car_info.regist_date
*
* @mbggenerated
*/
public void setRegistDate(Date registDate) {
this.registDate = registDate;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_info.insurance_start_date
*
* @return the value of tbl_car_info.insurance_start_date
*
* @mbggenerated
*/
public Date getInsuranceStartDate() {
return insuranceStartDate;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_info.insurance_start_date
*
* @param insuranceStartDate the value for tbl_car_info.insurance_start_date
*
* @mbggenerated
*/
public void setInsuranceStartDate(Date insuranceStartDate) {
this.insuranceStartDate = insuranceStartDate;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_info.insurance_end_date
*
* @return the value of tbl_car_info.insurance_end_date
*
* @mbggenerated
*/
public Date getInsuranceEndDate() {
return insuranceEndDate;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_info.insurance_end_date
*
* @param insuranceEndDate the value for tbl_car_info.insurance_end_date
*
* @mbggenerated
*/
public void setInsuranceEndDate(Date insuranceEndDate) {
this.insuranceEndDate = insuranceEndDate;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_info.annual_end_date
*
* @return the value of tbl_car_info.annual_end_date
*
* @mbggenerated
*/
public Date getAnnualEndDate() {
return annualEndDate;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_info.annual_end_date
*
* @param annualEndDate the value for tbl_car_info.annual_end_date
*
* @mbggenerated
*/
public void setAnnualEndDate(Date annualEndDate) {
this.annualEndDate = annualEndDate;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_info.car_license_img
*
* @return the value of tbl_car_info.car_license_img
*
* @mbggenerated
*/
public String getCarLicenseImg() {
return carLicenseImg;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_info.car_license_img
*
* @param carLicenseImg the value for tbl_car_info.car_license_img
*
* @mbggenerated
*/
public void setCarLicenseImg(String carLicenseImg) {
this.carLicenseImg = carLicenseImg == null ? null : carLicenseImg.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_info.is_free_order
*
* @return the value of tbl_car_info.is_free_order
*
* @mbggenerated
*/
public Integer getIsFreeOrder() {
return isFreeOrder;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_info.is_free_order
*
* @param isFreeOrder the value for tbl_car_info.is_free_order
*
* @mbggenerated
*/
public void setIsFreeOrder(Integer isFreeOrder) {
this.isFreeOrder = isFreeOrder;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_info.remark
*
* @return the value of tbl_car_info.remark
*
* @mbggenerated
*/
public String getRemark() {
return remark;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_info.remark
*
* @param remark the value for tbl_car_info.remark
*
* @mbggenerated
*/
public void setRemark(String remark) {
this.remark = remark == null ? null : remark.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_info.use_status
*
* @return the value of tbl_car_info.use_status
*
* @mbggenerated
*/
public Integer getUseStatus() {
return useStatus;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_info.use_status
*
* @param useStatus the value for tbl_car_info.use_status
*
* @mbggenerated
*/
public void setUseStatus(Integer useStatus) {
this.useStatus = useStatus;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_info.large_screen_device_code
*
* @return the value of tbl_car_info.large_screen_device_code
*
* @mbggenerated
*/
public String getLargeScreenDeviceCode() {
return largeScreenDeviceCode;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_info.large_screen_device_code
*
* @param largeScreenDeviceCode the value for tbl_car_info.large_screen_device_code
*
* @mbggenerated
*/
public void setLargeScreenDeviceCode(String largeScreenDeviceCode) {
this.largeScreenDeviceCode = largeScreenDeviceCode == null ? null : largeScreenDeviceCode.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_info.large_screen_device_brand
*
* @return the value of tbl_car_info.large_screen_device_brand
*
* @mbggenerated
*/
public String getLargeScreenDeviceBrand() {
return largeScreenDeviceBrand;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_info.large_screen_device_brand
*
* @param largeScreenDeviceBrand the value for tbl_car_info.large_screen_device_brand
*
* @mbggenerated
*/
public void setLargeScreenDeviceBrand(String largeScreenDeviceBrand) {
this.largeScreenDeviceBrand = largeScreenDeviceBrand == null ? null : largeScreenDeviceBrand.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_info.car_screen_device_code
*
* @return the value of tbl_car_info.car_screen_device_code
*
* @mbggenerated
*/
public String getCarScreenDeviceCode() {
return carScreenDeviceCode;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_info.car_screen_device_code
*
* @param carScreenDeviceCode the value for tbl_car_info.car_screen_device_code
*
* @mbggenerated
*/
public void setCarScreenDeviceCode(String carScreenDeviceCode) {
this.carScreenDeviceCode = carScreenDeviceCode == null ? null : carScreenDeviceCode.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_info.car_screen_device_brand
*
* @return the value of tbl_car_info.car_screen_device_brand
*
* @mbggenerated
*/
public String getCarScreenDeviceBrand() {
return carScreenDeviceBrand;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_info.car_screen_device_brand
*
* @param carScreenDeviceBrand the value for tbl_car_info.car_screen_device_brand
*
* @mbggenerated
*/
public void setCarScreenDeviceBrand(String carScreenDeviceBrand) {
this.carScreenDeviceBrand = carScreenDeviceBrand == null ? null : carScreenDeviceBrand.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_info.operator_id
*
* @return the value of tbl_car_info.operator_id
*
* @mbggenerated
*/
public Integer getOperatorId() {
return operatorId;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_info.operator_id
*
* @param operatorId the value for tbl_car_info.operator_id
*
* @mbggenerated
*/
public void setOperatorId(Integer operatorId) {
this.operatorId = operatorId;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_info.total_mile
*
* @return the value of tbl_car_info.total_mile
*
* @mbggenerated
*/
public Integer getTotalMile() {
return totalMile;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_info.total_mile
*
* @param totalMile the value for tbl_car_info.total_mile
*
* @mbggenerated
*/
public void setTotalMile(Integer totalMile) {
this.totalMile = totalMile;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_info.asset_coding
*
* @return the value of tbl_car_info.asset_coding
*
* @mbggenerated
*/
public String getAssetCoding() {
return assetCoding;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_info.asset_coding
*
* @param assetCoding the value for tbl_car_info.asset_coding
*
* @mbggenerated
*/
public void setAssetCoding(String assetCoding) {
this.assetCoding = assetCoding == null ? null : assetCoding.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_info.create_time
*
* @return the value of tbl_car_info.create_time
*
* @mbggenerated
*/
public Date getCreateTime() {
return createTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_info.create_time
*
* @param createTime the value for tbl_car_info.create_time
*
* @mbggenerated
*/
public void setCreateTime(Date createTime) {
this.createTime = createTime;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_info.update_time
*
* @return the value of tbl_car_info.update_time
*
* @mbggenerated
*/
public Date getUpdateTime() {
return updateTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_info.update_time
*
* @param updateTime the value for tbl_car_info.update_time
*
* @mbggenerated
*/
public void setUpdateTime(Date updateTime) {
this.updateTime = updateTime;
}
}

View File

@ -0,0 +1,229 @@
package com.online.taxi.entity;
import java.util.Date;
public class CarLevel {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_level.id
*
* @mbggenerated
*/
private Integer id;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_level.label
*
* @mbggenerated
*/
private String label;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_level.icon
*
* @mbggenerated
*/
private String icon;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_level.create_time
*
* @mbggenerated
*/
private Date createTime;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_level.update_time
*
* @mbggenerated
*/
private Date updateTime;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_level.operator_id
*
* @mbggenerated
*/
private Integer operatorId;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_level.enable
*
* @mbggenerated
*/
private Byte enable;
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_level.id
*
* @return the value of tbl_car_level.id
*
* @mbggenerated
*/
public Integer getId() {
return id;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_level.id
*
* @param id the value for tbl_car_level.id
*
* @mbggenerated
*/
public void setId(Integer id) {
this.id = id;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_level.label
*
* @return the value of tbl_car_level.label
*
* @mbggenerated
*/
public String getLabel() {
return label;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_level.label
*
* @param label the value for tbl_car_level.label
*
* @mbggenerated
*/
public void setLabel(String label) {
this.label = label == null ? null : label.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_level.icon
*
* @return the value of tbl_car_level.icon
*
* @mbggenerated
*/
public String getIcon() {
return icon;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_level.icon
*
* @param icon the value for tbl_car_level.icon
*
* @mbggenerated
*/
public void setIcon(String icon) {
this.icon = icon == null ? null : icon.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_level.create_time
*
* @return the value of tbl_car_level.create_time
*
* @mbggenerated
*/
public Date getCreateTime() {
return createTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_level.create_time
*
* @param createTime the value for tbl_car_level.create_time
*
* @mbggenerated
*/
public void setCreateTime(Date createTime) {
this.createTime = createTime;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_level.update_time
*
* @return the value of tbl_car_level.update_time
*
* @mbggenerated
*/
public Date getUpdateTime() {
return updateTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_level.update_time
*
* @param updateTime the value for tbl_car_level.update_time
*
* @mbggenerated
*/
public void setUpdateTime(Date updateTime) {
this.updateTime = updateTime;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_level.operator_id
*
* @return the value of tbl_car_level.operator_id
*
* @mbggenerated
*/
public Integer getOperatorId() {
return operatorId;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_level.operator_id
*
* @param operatorId the value for tbl_car_level.operator_id
*
* @mbggenerated
*/
public void setOperatorId(Integer operatorId) {
this.operatorId = operatorId;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_level.enable
*
* @return the value of tbl_car_level.enable
*
* @mbggenerated
*/
public Byte getEnable() {
return enable;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_level.enable
*
* @param enable the value for tbl_car_level.enable
*
* @mbggenerated
*/
public void setEnable(Byte enable) {
this.enable = enable;
}
}

View File

@ -0,0 +1,293 @@
package com.online.taxi.entity;
import java.util.Date;
public class CarScreenDriver {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_screen_driver.id
*
* @mbggenerated
*/
private Integer id;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_screen_driver.driver_id
*
* @mbggenerated
*/
private Integer driverId;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_screen_driver.car_screen_code
*
* @mbggenerated
*/
private String carScreenCode;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_screen_driver.login_time
*
* @mbggenerated
*/
private Date loginTime;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_screen_driver.logout_time
*
* @mbggenerated
*/
private Date logoutTime;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_screen_driver.login_status
*
* @mbggenerated
*/
private Integer loginStatus;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_screen_driver.repair_time
*
* @mbggenerated
*/
private Date repairTime;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_screen_driver.create_time
*
* @mbggenerated
*/
private Date createTime;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_screen_driver.update_time
*
* @mbggenerated
*/
private Date updateTime;
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_screen_driver.id
*
* @return the value of tbl_car_screen_driver.id
*
* @mbggenerated
*/
public Integer getId() {
return id;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_screen_driver.id
*
* @param id the value for tbl_car_screen_driver.id
*
* @mbggenerated
*/
public void setId(Integer id) {
this.id = id;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_screen_driver.driver_id
*
* @return the value of tbl_car_screen_driver.driver_id
*
* @mbggenerated
*/
public Integer getDriverId() {
return driverId;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_screen_driver.driver_id
*
* @param driverId the value for tbl_car_screen_driver.driver_id
*
* @mbggenerated
*/
public void setDriverId(Integer driverId) {
this.driverId = driverId;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_screen_driver.car_screen_code
*
* @return the value of tbl_car_screen_driver.car_screen_code
*
* @mbggenerated
*/
public String getCarScreenCode() {
return carScreenCode;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_screen_driver.car_screen_code
*
* @param carScreenCode the value for tbl_car_screen_driver.car_screen_code
*
* @mbggenerated
*/
public void setCarScreenCode(String carScreenCode) {
this.carScreenCode = carScreenCode == null ? null : carScreenCode.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_screen_driver.login_time
*
* @return the value of tbl_car_screen_driver.login_time
*
* @mbggenerated
*/
public Date getLoginTime() {
return loginTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_screen_driver.login_time
*
* @param loginTime the value for tbl_car_screen_driver.login_time
*
* @mbggenerated
*/
public void setLoginTime(Date loginTime) {
this.loginTime = loginTime;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_screen_driver.logout_time
*
* @return the value of tbl_car_screen_driver.logout_time
*
* @mbggenerated
*/
public Date getLogoutTime() {
return logoutTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_screen_driver.logout_time
*
* @param logoutTime the value for tbl_car_screen_driver.logout_time
*
* @mbggenerated
*/
public void setLogoutTime(Date logoutTime) {
this.logoutTime = logoutTime;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_screen_driver.login_status
*
* @return the value of tbl_car_screen_driver.login_status
*
* @mbggenerated
*/
public Integer getLoginStatus() {
return loginStatus;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_screen_driver.login_status
*
* @param loginStatus the value for tbl_car_screen_driver.login_status
*
* @mbggenerated
*/
public void setLoginStatus(Integer loginStatus) {
this.loginStatus = loginStatus;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_screen_driver.repair_time
*
* @return the value of tbl_car_screen_driver.repair_time
*
* @mbggenerated
*/
public Date getRepairTime() {
return repairTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_screen_driver.repair_time
*
* @param repairTime the value for tbl_car_screen_driver.repair_time
*
* @mbggenerated
*/
public void setRepairTime(Date repairTime) {
this.repairTime = repairTime;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_screen_driver.create_time
*
* @return the value of tbl_car_screen_driver.create_time
*
* @mbggenerated
*/
public Date getCreateTime() {
return createTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_screen_driver.create_time
*
* @param createTime the value for tbl_car_screen_driver.create_time
*
* @mbggenerated
*/
public void setCreateTime(Date createTime) {
this.createTime = createTime;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_screen_driver.update_time
*
* @return the value of tbl_car_screen_driver.update_time
*
* @mbggenerated
*/
public Date getUpdateTime() {
return updateTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_screen_driver.update_time
*
* @param updateTime the value for tbl_car_screen_driver.update_time
*
* @mbggenerated
*/
public void setUpdateTime(Date updateTime) {
this.updateTime = updateTime;
}
}

View File

@ -0,0 +1,357 @@
package com.online.taxi.entity;
import java.util.Date;
public class CarType {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_type.id
*
* @mbggenerated
*/
private Integer id;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_type.brand
*
* @mbggenerated
*/
private String brand;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_type.model
*
* @mbggenerated
*/
private String model;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_type.seats
*
* @mbggenerated
*/
private Byte seats;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_type.city
*
* @mbggenerated
*/
private String city;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_type.type_desc
*
* @mbggenerated
*/
private String typeDesc;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_type.img_url
*
* @mbggenerated
*/
private String imgUrl;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_type.status
*
* @mbggenerated
*/
private Integer status;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_type.create_time
*
* @mbggenerated
*/
private Date createTime;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_type.update_time
*
* @mbggenerated
*/
private Date updateTime;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_car_type.operator_id
*
* @mbggenerated
*/
private Integer operatorId;
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_type.id
*
* @return the value of tbl_car_type.id
*
* @mbggenerated
*/
public Integer getId() {
return id;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_type.id
*
* @param id the value for tbl_car_type.id
*
* @mbggenerated
*/
public void setId(Integer id) {
this.id = id;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_type.brand
*
* @return the value of tbl_car_type.brand
*
* @mbggenerated
*/
public String getBrand() {
return brand;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_type.brand
*
* @param brand the value for tbl_car_type.brand
*
* @mbggenerated
*/
public void setBrand(String brand) {
this.brand = brand == null ? null : brand.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_type.model
*
* @return the value of tbl_car_type.model
*
* @mbggenerated
*/
public String getModel() {
return model;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_type.model
*
* @param model the value for tbl_car_type.model
*
* @mbggenerated
*/
public void setModel(String model) {
this.model = model == null ? null : model.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_type.seats
*
* @return the value of tbl_car_type.seats
*
* @mbggenerated
*/
public Byte getSeats() {
return seats;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_type.seats
*
* @param seats the value for tbl_car_type.seats
*
* @mbggenerated
*/
public void setSeats(Byte seats) {
this.seats = seats;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_type.city
*
* @return the value of tbl_car_type.city
*
* @mbggenerated
*/
public String getCity() {
return city;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_type.city
*
* @param city the value for tbl_car_type.city
*
* @mbggenerated
*/
public void setCity(String city) {
this.city = city == null ? null : city.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_type.type_desc
*
* @return the value of tbl_car_type.type_desc
*
* @mbggenerated
*/
public String getTypeDesc() {
return typeDesc;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_type.type_desc
*
* @param typeDesc the value for tbl_car_type.type_desc
*
* @mbggenerated
*/
public void setTypeDesc(String typeDesc) {
this.typeDesc = typeDesc == null ? null : typeDesc.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_type.img_url
*
* @return the value of tbl_car_type.img_url
*
* @mbggenerated
*/
public String getImgUrl() {
return imgUrl;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_type.img_url
*
* @param imgUrl the value for tbl_car_type.img_url
*
* @mbggenerated
*/
public void setImgUrl(String imgUrl) {
this.imgUrl = imgUrl == null ? null : imgUrl.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_type.status
*
* @return the value of tbl_car_type.status
*
* @mbggenerated
*/
public Integer getStatus() {
return status;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_type.status
*
* @param status the value for tbl_car_type.status
*
* @mbggenerated
*/
public void setStatus(Integer status) {
this.status = status;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_type.create_time
*
* @return the value of tbl_car_type.create_time
*
* @mbggenerated
*/
public Date getCreateTime() {
return createTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_type.create_time
*
* @param createTime the value for tbl_car_type.create_time
*
* @mbggenerated
*/
public void setCreateTime(Date createTime) {
this.createTime = createTime;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_type.update_time
*
* @return the value of tbl_car_type.update_time
*
* @mbggenerated
*/
public Date getUpdateTime() {
return updateTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_type.update_time
*
* @param updateTime the value for tbl_car_type.update_time
*
* @mbggenerated
*/
public void setUpdateTime(Date updateTime) {
this.updateTime = updateTime;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_car_type.operator_id
*
* @return the value of tbl_car_type.operator_id
*
* @mbggenerated
*/
public Integer getOperatorId() {
return operatorId;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_car_type.operator_id
*
* @param operatorId the value for tbl_car_type.operator_id
*
* @mbggenerated
*/
public void setOperatorId(Integer operatorId) {
this.operatorId = operatorId;
}
}

View File

@ -0,0 +1,197 @@
package com.online.taxi.entity;
import java.util.Date;
public class Channel {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_channel.id
*
* @mbggenerated
*/
private Integer id;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_channel.channel_name
*
* @mbggenerated
*/
private String channelName;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_channel.channel_status
*
* @mbggenerated
*/
private Integer channelStatus;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_channel.operator_id
*
* @mbggenerated
*/
private Integer operatorId;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_channel.create_time
*
* @mbggenerated
*/
private Date createTime;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_channel.update_time
*
* @mbggenerated
*/
private Date updateTime;
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_channel.id
*
* @return the value of tbl_channel.id
*
* @mbggenerated
*/
public Integer getId() {
return id;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_channel.id
*
* @param id the value for tbl_channel.id
*
* @mbggenerated
*/
public void setId(Integer id) {
this.id = id;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_channel.channel_name
*
* @return the value of tbl_channel.channel_name
*
* @mbggenerated
*/
public String getChannelName() {
return channelName;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_channel.channel_name
*
* @param channelName the value for tbl_channel.channel_name
*
* @mbggenerated
*/
public void setChannelName(String channelName) {
this.channelName = channelName == null ? null : channelName.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_channel.channel_status
*
* @return the value of tbl_channel.channel_status
*
* @mbggenerated
*/
public Integer getChannelStatus() {
return channelStatus;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_channel.channel_status
*
* @param channelStatus the value for tbl_channel.channel_status
*
* @mbggenerated
*/
public void setChannelStatus(Integer channelStatus) {
this.channelStatus = channelStatus;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_channel.operator_id
*
* @return the value of tbl_channel.operator_id
*
* @mbggenerated
*/
public Integer getOperatorId() {
return operatorId;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_channel.operator_id
*
* @param operatorId the value for tbl_channel.operator_id
*
* @mbggenerated
*/
public void setOperatorId(Integer operatorId) {
this.operatorId = operatorId;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_channel.create_time
*
* @return the value of tbl_channel.create_time
*
* @mbggenerated
*/
public Date getCreateTime() {
return createTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_channel.create_time
*
* @param createTime the value for tbl_channel.create_time
*
* @mbggenerated
*/
public void setCreateTime(Date createTime) {
this.createTime = createTime;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_channel.update_time
*
* @return the value of tbl_channel.update_time
*
* @mbggenerated
*/
public Date getUpdateTime() {
return updateTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_channel.update_time
*
* @param updateTime the value for tbl_channel.update_time
*
* @mbggenerated
*/
public void setUpdateTime(Date updateTime) {
this.updateTime = updateTime;
}
}

View File

@ -0,0 +1,774 @@
package com.online.taxi.entity;
import java.math.BigDecimal;
import java.util.Date;
public class ChargeRule {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_charge_rule.id
*
* @mbggenerated
*/
private Integer id;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_charge_rule.city_code
*
* @mbggenerated
*/
private String cityCode;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_charge_rule.service_type_id
*
* @mbggenerated
*/
private Integer serviceTypeId;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_charge_rule.channel_id
*
* @mbggenerated
*/
private Integer channelId;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_charge_rule.car_level_id
*
* @mbggenerated
*/
private Integer carLevelId;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_charge_rule.lowest_price
*
* @mbggenerated
*/
private BigDecimal lowestPrice;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_charge_rule.base_price
*
* @mbggenerated
*/
private BigDecimal basePrice;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_charge_rule.base_kilo
*
* @mbggenerated
*/
private Double baseKilo;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_charge_rule.base_minutes
*
* @mbggenerated
*/
private Double baseMinutes;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_charge_rule.per_kilo_price
*
* @mbggenerated
*/
private BigDecimal perKiloPrice;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_charge_rule.per_minute_price
*
* @mbggenerated
*/
private BigDecimal perMinutePrice;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_charge_rule.beyond_start_kilo
*
* @mbggenerated
*/
private Double beyondStartKilo;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_charge_rule.beyond_per_kilo_price
*
* @mbggenerated
*/
private BigDecimal beyondPerKiloPrice;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_charge_rule.night_start
*
* @mbggenerated
*/
private Date nightStart;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_charge_rule.night_end
*
* @mbggenerated
*/
private Date nightEnd;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_charge_rule.night_per_kilo_price
*
* @mbggenerated
*/
private BigDecimal nightPerKiloPrice;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_charge_rule.night_per_minute_price
*
* @mbggenerated
*/
private BigDecimal nightPerMinutePrice;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_charge_rule.effective_time
*
* @mbggenerated
*/
private Date effectiveTime;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_charge_rule.active_status
*
* @mbggenerated
*/
private Integer activeStatus;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_charge_rule.is_unuse
*
* @mbggenerated
*/
private Integer isUnuse;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_charge_rule.creator_id
*
* @mbggenerated
*/
private Integer creatorId;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_charge_rule.operator_id
*
* @mbggenerated
*/
private Integer operatorId;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_charge_rule.create_time
*
* @mbggenerated
*/
private Date createTime;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_charge_rule.update_time
*
* @mbggenerated
*/
private Date updateTime;
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_charge_rule.id
*
* @return the value of tbl_charge_rule.id
*
* @mbggenerated
*/
public Integer getId() {
return id;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_charge_rule.id
*
* @param id the value for tbl_charge_rule.id
*
* @mbggenerated
*/
public void setId(Integer id) {
this.id = id;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_charge_rule.city_code
*
* @return the value of tbl_charge_rule.city_code
*
* @mbggenerated
*/
public String getCityCode() {
return cityCode;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_charge_rule.city_code
*
* @param cityCode the value for tbl_charge_rule.city_code
*
* @mbggenerated
*/
public void setCityCode(String cityCode) {
this.cityCode = cityCode == null ? null : cityCode.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_charge_rule.service_type_id
*
* @return the value of tbl_charge_rule.service_type_id
*
* @mbggenerated
*/
public Integer getServiceTypeId() {
return serviceTypeId;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_charge_rule.service_type_id
*
* @param serviceTypeId the value for tbl_charge_rule.service_type_id
*
* @mbggenerated
*/
public void setServiceTypeId(Integer serviceTypeId) {
this.serviceTypeId = serviceTypeId;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_charge_rule.channel_id
*
* @return the value of tbl_charge_rule.channel_id
*
* @mbggenerated
*/
public Integer getChannelId() {
return channelId;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_charge_rule.channel_id
*
* @param channelId the value for tbl_charge_rule.channel_id
*
* @mbggenerated
*/
public void setChannelId(Integer channelId) {
this.channelId = channelId;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_charge_rule.car_level_id
*
* @return the value of tbl_charge_rule.car_level_id
*
* @mbggenerated
*/
public Integer getCarLevelId() {
return carLevelId;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_charge_rule.car_level_id
*
* @param carLevelId the value for tbl_charge_rule.car_level_id
*
* @mbggenerated
*/
public void setCarLevelId(Integer carLevelId) {
this.carLevelId = carLevelId;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_charge_rule.lowest_price
*
* @return the value of tbl_charge_rule.lowest_price
*
* @mbggenerated
*/
public BigDecimal getLowestPrice() {
return lowestPrice;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_charge_rule.lowest_price
*
* @param lowestPrice the value for tbl_charge_rule.lowest_price
*
* @mbggenerated
*/
public void setLowestPrice(BigDecimal lowestPrice) {
this.lowestPrice = lowestPrice;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_charge_rule.base_price
*
* @return the value of tbl_charge_rule.base_price
*
* @mbggenerated
*/
public BigDecimal getBasePrice() {
return basePrice;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_charge_rule.base_price
*
* @param basePrice the value for tbl_charge_rule.base_price
*
* @mbggenerated
*/
public void setBasePrice(BigDecimal basePrice) {
this.basePrice = basePrice;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_charge_rule.base_kilo
*
* @return the value of tbl_charge_rule.base_kilo
*
* @mbggenerated
*/
public Double getBaseKilo() {
return baseKilo;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_charge_rule.base_kilo
*
* @param baseKilo the value for tbl_charge_rule.base_kilo
*
* @mbggenerated
*/
public void setBaseKilo(Double baseKilo) {
this.baseKilo = baseKilo;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_charge_rule.base_minutes
*
* @return the value of tbl_charge_rule.base_minutes
*
* @mbggenerated
*/
public Double getBaseMinutes() {
return baseMinutes;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_charge_rule.base_minutes
*
* @param baseMinutes the value for tbl_charge_rule.base_minutes
*
* @mbggenerated
*/
public void setBaseMinutes(Double baseMinutes) {
this.baseMinutes = baseMinutes;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_charge_rule.per_kilo_price
*
* @return the value of tbl_charge_rule.per_kilo_price
*
* @mbggenerated
*/
public BigDecimal getPerKiloPrice() {
return perKiloPrice;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_charge_rule.per_kilo_price
*
* @param perKiloPrice the value for tbl_charge_rule.per_kilo_price
*
* @mbggenerated
*/
public void setPerKiloPrice(BigDecimal perKiloPrice) {
this.perKiloPrice = perKiloPrice;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_charge_rule.per_minute_price
*
* @return the value of tbl_charge_rule.per_minute_price
*
* @mbggenerated
*/
public BigDecimal getPerMinutePrice() {
return perMinutePrice;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_charge_rule.per_minute_price
*
* @param perMinutePrice the value for tbl_charge_rule.per_minute_price
*
* @mbggenerated
*/
public void setPerMinutePrice(BigDecimal perMinutePrice) {
this.perMinutePrice = perMinutePrice;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_charge_rule.beyond_start_kilo
*
* @return the value of tbl_charge_rule.beyond_start_kilo
*
* @mbggenerated
*/
public Double getBeyondStartKilo() {
return beyondStartKilo;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_charge_rule.beyond_start_kilo
*
* @param beyondStartKilo the value for tbl_charge_rule.beyond_start_kilo
*
* @mbggenerated
*/
public void setBeyondStartKilo(Double beyondStartKilo) {
this.beyondStartKilo = beyondStartKilo;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_charge_rule.beyond_per_kilo_price
*
* @return the value of tbl_charge_rule.beyond_per_kilo_price
*
* @mbggenerated
*/
public BigDecimal getBeyondPerKiloPrice() {
return beyondPerKiloPrice;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_charge_rule.beyond_per_kilo_price
*
* @param beyondPerKiloPrice the value for tbl_charge_rule.beyond_per_kilo_price
*
* @mbggenerated
*/
public void setBeyondPerKiloPrice(BigDecimal beyondPerKiloPrice) {
this.beyondPerKiloPrice = beyondPerKiloPrice;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_charge_rule.night_start
*
* @return the value of tbl_charge_rule.night_start
*
* @mbggenerated
*/
public Date getNightStart() {
return nightStart;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_charge_rule.night_start
*
* @param nightStart the value for tbl_charge_rule.night_start
*
* @mbggenerated
*/
public void setNightStart(Date nightStart) {
this.nightStart = nightStart;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_charge_rule.night_end
*
* @return the value of tbl_charge_rule.night_end
*
* @mbggenerated
*/
public Date getNightEnd() {
return nightEnd;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_charge_rule.night_end
*
* @param nightEnd the value for tbl_charge_rule.night_end
*
* @mbggenerated
*/
public void setNightEnd(Date nightEnd) {
this.nightEnd = nightEnd;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_charge_rule.night_per_kilo_price
*
* @return the value of tbl_charge_rule.night_per_kilo_price
*
* @mbggenerated
*/
public BigDecimal getNightPerKiloPrice() {
return nightPerKiloPrice;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_charge_rule.night_per_kilo_price
*
* @param nightPerKiloPrice the value for tbl_charge_rule.night_per_kilo_price
*
* @mbggenerated
*/
public void setNightPerKiloPrice(BigDecimal nightPerKiloPrice) {
this.nightPerKiloPrice = nightPerKiloPrice;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_charge_rule.night_per_minute_price
*
* @return the value of tbl_charge_rule.night_per_minute_price
*
* @mbggenerated
*/
public BigDecimal getNightPerMinutePrice() {
return nightPerMinutePrice;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_charge_rule.night_per_minute_price
*
* @param nightPerMinutePrice the value for tbl_charge_rule.night_per_minute_price
*
* @mbggenerated
*/
public void setNightPerMinutePrice(BigDecimal nightPerMinutePrice) {
this.nightPerMinutePrice = nightPerMinutePrice;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_charge_rule.effective_time
*
* @return the value of tbl_charge_rule.effective_time
*
* @mbggenerated
*/
public Date getEffectiveTime() {
return effectiveTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_charge_rule.effective_time
*
* @param effectiveTime the value for tbl_charge_rule.effective_time
*
* @mbggenerated
*/
public void setEffectiveTime(Date effectiveTime) {
this.effectiveTime = effectiveTime;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_charge_rule.active_status
*
* @return the value of tbl_charge_rule.active_status
*
* @mbggenerated
*/
public Integer getActiveStatus() {
return activeStatus;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_charge_rule.active_status
*
* @param activeStatus the value for tbl_charge_rule.active_status
*
* @mbggenerated
*/
public void setActiveStatus(Integer activeStatus) {
this.activeStatus = activeStatus;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_charge_rule.is_unuse
*
* @return the value of tbl_charge_rule.is_unuse
*
* @mbggenerated
*/
public Integer getIsUnuse() {
return isUnuse;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_charge_rule.is_unuse
*
* @param isUnuse the value for tbl_charge_rule.is_unuse
*
* @mbggenerated
*/
public void setIsUnuse(Integer isUnuse) {
this.isUnuse = isUnuse;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_charge_rule.creator_id
*
* @return the value of tbl_charge_rule.creator_id
*
* @mbggenerated
*/
public Integer getCreatorId() {
return creatorId;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_charge_rule.creator_id
*
* @param creatorId the value for tbl_charge_rule.creator_id
*
* @mbggenerated
*/
public void setCreatorId(Integer creatorId) {
this.creatorId = creatorId;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_charge_rule.operator_id
*
* @return the value of tbl_charge_rule.operator_id
*
* @mbggenerated
*/
public Integer getOperatorId() {
return operatorId;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_charge_rule.operator_id
*
* @param operatorId the value for tbl_charge_rule.operator_id
*
* @mbggenerated
*/
public void setOperatorId(Integer operatorId) {
this.operatorId = operatorId;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_charge_rule.create_time
*
* @return the value of tbl_charge_rule.create_time
*
* @mbggenerated
*/
public Date getCreateTime() {
return createTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_charge_rule.create_time
*
* @param createTime the value for tbl_charge_rule.create_time
*
* @mbggenerated
*/
public void setCreateTime(Date createTime) {
this.createTime = createTime;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_charge_rule.update_time
*
* @return the value of tbl_charge_rule.update_time
*
* @mbggenerated
*/
public Date getUpdateTime() {
return updateTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_charge_rule.update_time
*
* @param updateTime the value for tbl_charge_rule.update_time
*
* @mbggenerated
*/
public void setUpdateTime(Date updateTime) {
this.updateTime = updateTime;
}
}

View File

@ -0,0 +1,294 @@
package com.online.taxi.entity;
import java.math.BigDecimal;
import java.util.Date;
public class ChargeRuleDetail {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_charge_rule_detail.id
*
* @mbggenerated
*/
private Integer id;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_charge_rule_detail.rule_id
*
* @mbggenerated
*/
private Integer ruleId;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_charge_rule_detail.start
*
* @mbggenerated
*/
private Integer start;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_charge_rule_detail.end
*
* @mbggenerated
*/
private Integer end;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_charge_rule_detail.per_kilo_price
*
* @mbggenerated
*/
private BigDecimal perKiloPrice;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_charge_rule_detail.per_minute_price
*
* @mbggenerated
*/
private BigDecimal perMinutePrice;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_charge_rule_detail.is_delete
*
* @mbggenerated
*/
private Integer isDelete;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_charge_rule_detail.create_time
*
* @mbggenerated
*/
private Date createTime;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_charge_rule_detail.update_time
*
* @mbggenerated
*/
private Date updateTime;
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_charge_rule_detail.id
*
* @return the value of tbl_charge_rule_detail.id
*
* @mbggenerated
*/
public Integer getId() {
return id;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_charge_rule_detail.id
*
* @param id the value for tbl_charge_rule_detail.id
*
* @mbggenerated
*/
public void setId(Integer id) {
this.id = id;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_charge_rule_detail.rule_id
*
* @return the value of tbl_charge_rule_detail.rule_id
*
* @mbggenerated
*/
public Integer getRuleId() {
return ruleId;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_charge_rule_detail.rule_id
*
* @param ruleId the value for tbl_charge_rule_detail.rule_id
*
* @mbggenerated
*/
public void setRuleId(Integer ruleId) {
this.ruleId = ruleId;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_charge_rule_detail.start
*
* @return the value of tbl_charge_rule_detail.start
*
* @mbggenerated
*/
public Integer getStart() {
return start;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_charge_rule_detail.start
*
* @param start the value for tbl_charge_rule_detail.start
*
* @mbggenerated
*/
public void setStart(Integer start) {
this.start = start;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_charge_rule_detail.end
*
* @return the value of tbl_charge_rule_detail.end
*
* @mbggenerated
*/
public Integer getEnd() {
return end;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_charge_rule_detail.end
*
* @param end the value for tbl_charge_rule_detail.end
*
* @mbggenerated
*/
public void setEnd(Integer end) {
this.end = end;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_charge_rule_detail.per_kilo_price
*
* @return the value of tbl_charge_rule_detail.per_kilo_price
*
* @mbggenerated
*/
public BigDecimal getPerKiloPrice() {
return perKiloPrice;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_charge_rule_detail.per_kilo_price
*
* @param perKiloPrice the value for tbl_charge_rule_detail.per_kilo_price
*
* @mbggenerated
*/
public void setPerKiloPrice(BigDecimal perKiloPrice) {
this.perKiloPrice = perKiloPrice;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_charge_rule_detail.per_minute_price
*
* @return the value of tbl_charge_rule_detail.per_minute_price
*
* @mbggenerated
*/
public BigDecimal getPerMinutePrice() {
return perMinutePrice;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_charge_rule_detail.per_minute_price
*
* @param perMinutePrice the value for tbl_charge_rule_detail.per_minute_price
*
* @mbggenerated
*/
public void setPerMinutePrice(BigDecimal perMinutePrice) {
this.perMinutePrice = perMinutePrice;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_charge_rule_detail.is_delete
*
* @return the value of tbl_charge_rule_detail.is_delete
*
* @mbggenerated
*/
public Integer getIsDelete() {
return isDelete;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_charge_rule_detail.is_delete
*
* @param isDelete the value for tbl_charge_rule_detail.is_delete
*
* @mbggenerated
*/
public void setIsDelete(Integer isDelete) {
this.isDelete = isDelete;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_charge_rule_detail.create_time
*
* @return the value of tbl_charge_rule_detail.create_time
*
* @mbggenerated
*/
public Date getCreateTime() {
return createTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_charge_rule_detail.create_time
*
* @param createTime the value for tbl_charge_rule_detail.create_time
*
* @mbggenerated
*/
public void setCreateTime(Date createTime) {
this.createTime = createTime;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_charge_rule_detail.update_time
*
* @return the value of tbl_charge_rule_detail.update_time
*
* @mbggenerated
*/
public Date getUpdateTime() {
return updateTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_charge_rule_detail.update_time
*
* @param updateTime the value for tbl_charge_rule_detail.update_time
*
* @mbggenerated
*/
public void setUpdateTime(Date updateTime) {
this.updateTime = updateTime;
}
}

View File

@ -0,0 +1,293 @@
package com.online.taxi.entity;
import java.util.Date;
public class City {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_city.id
*
* @mbggenerated
*/
private Integer id;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_city.city_name
*
* @mbggenerated
*/
private String cityName;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_city.city_code
*
* @mbggenerated
*/
private String cityCode;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_city.city_longitude_latitude
*
* @mbggenerated
*/
private String cityLongitudeLatitude;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_city.order_risk_top
*
* @mbggenerated
*/
private Integer orderRiskTop;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_city.city_status
*
* @mbggenerated
*/
private Integer cityStatus;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_city.operator_id
*
* @mbggenerated
*/
private Integer operatorId;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_city.create_time
*
* @mbggenerated
*/
private Date createTime;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_city.update_time
*
* @mbggenerated
*/
private Date updateTime;
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_city.id
*
* @return the value of tbl_city.id
*
* @mbggenerated
*/
public Integer getId() {
return id;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_city.id
*
* @param id the value for tbl_city.id
*
* @mbggenerated
*/
public void setId(Integer id) {
this.id = id;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_city.city_name
*
* @return the value of tbl_city.city_name
*
* @mbggenerated
*/
public String getCityName() {
return cityName;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_city.city_name
*
* @param cityName the value for tbl_city.city_name
*
* @mbggenerated
*/
public void setCityName(String cityName) {
this.cityName = cityName == null ? null : cityName.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_city.city_code
*
* @return the value of tbl_city.city_code
*
* @mbggenerated
*/
public String getCityCode() {
return cityCode;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_city.city_code
*
* @param cityCode the value for tbl_city.city_code
*
* @mbggenerated
*/
public void setCityCode(String cityCode) {
this.cityCode = cityCode == null ? null : cityCode.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_city.city_longitude_latitude
*
* @return the value of tbl_city.city_longitude_latitude
*
* @mbggenerated
*/
public String getCityLongitudeLatitude() {
return cityLongitudeLatitude;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_city.city_longitude_latitude
*
* @param cityLongitudeLatitude the value for tbl_city.city_longitude_latitude
*
* @mbggenerated
*/
public void setCityLongitudeLatitude(String cityLongitudeLatitude) {
this.cityLongitudeLatitude = cityLongitudeLatitude == null ? null : cityLongitudeLatitude.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_city.order_risk_top
*
* @return the value of tbl_city.order_risk_top
*
* @mbggenerated
*/
public Integer getOrderRiskTop() {
return orderRiskTop;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_city.order_risk_top
*
* @param orderRiskTop the value for tbl_city.order_risk_top
*
* @mbggenerated
*/
public void setOrderRiskTop(Integer orderRiskTop) {
this.orderRiskTop = orderRiskTop;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_city.city_status
*
* @return the value of tbl_city.city_status
*
* @mbggenerated
*/
public Integer getCityStatus() {
return cityStatus;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_city.city_status
*
* @param cityStatus the value for tbl_city.city_status
*
* @mbggenerated
*/
public void setCityStatus(Integer cityStatus) {
this.cityStatus = cityStatus;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_city.operator_id
*
* @return the value of tbl_city.operator_id
*
* @mbggenerated
*/
public Integer getOperatorId() {
return operatorId;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_city.operator_id
*
* @param operatorId the value for tbl_city.operator_id
*
* @mbggenerated
*/
public void setOperatorId(Integer operatorId) {
this.operatorId = operatorId;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_city.create_time
*
* @return the value of tbl_city.create_time
*
* @mbggenerated
*/
public Date getCreateTime() {
return createTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_city.create_time
*
* @param createTime the value for tbl_city.create_time
*
* @mbggenerated
*/
public void setCreateTime(Date createTime) {
this.createTime = createTime;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_city.update_time
*
* @return the value of tbl_city.update_time
*
* @mbggenerated
*/
public Date getUpdateTime() {
return updateTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_city.update_time
*
* @param updateTime the value for tbl_city.update_time
*
* @mbggenerated
*/
public void setUpdateTime(Date updateTime) {
this.updateTime = updateTime;
}
}

View File

@ -0,0 +1,26 @@
package com.online.taxi.entity;
import lombok.Data;
import java.util.Date;
/**
**/
@Data
public class DeviceToken {
private Integer id;
private String source;
private String deviceCode;
private String deviceToken;
private String phoneNumber;
private Date createTime;
private Date updateTime;
private Integer identityStatus;
}

View File

@ -0,0 +1,230 @@
package com.online.taxi.entity;
import java.math.BigDecimal;
import java.util.Date;
public class DriverIncomeDetail {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_income_detail.id
*
* @mbggenerated
*/
private Integer id;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_income_detail.driver_id
*
* @mbggenerated
*/
private Integer driverId;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_income_detail.order_id
*
* @mbggenerated
*/
private String orderId;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_income_detail.order_total_money
*
* @mbggenerated
*/
private BigDecimal orderTotalMoney;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_income_detail.trade_time
*
* @mbggenerated
*/
private Date tradeTime;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_income_detail.money
*
* @mbggenerated
*/
private BigDecimal money;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_income_detail.driver_ratio
*
* @mbggenerated
*/
private BigDecimal driverRatio;
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_driver_income_detail.id
*
* @return the value of tbl_driver_income_detail.id
*
* @mbggenerated
*/
public Integer getId() {
return id;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_driver_income_detail.id
*
* @param id the value for tbl_driver_income_detail.id
*
* @mbggenerated
*/
public void setId(Integer id) {
this.id = id;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_driver_income_detail.driver_id
*
* @return the value of tbl_driver_income_detail.driver_id
*
* @mbggenerated
*/
public Integer getDriverId() {
return driverId;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_driver_income_detail.driver_id
*
* @param driverId the value for tbl_driver_income_detail.driver_id
*
* @mbggenerated
*/
public void setDriverId(Integer driverId) {
this.driverId = driverId;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_driver_income_detail.order_id
*
* @return the value of tbl_driver_income_detail.order_id
*
* @mbggenerated
*/
public String getOrderId() {
return orderId;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_driver_income_detail.order_id
*
* @param orderId the value for tbl_driver_income_detail.order_id
*
* @mbggenerated
*/
public void setOrderId(String orderId) {
this.orderId = orderId == null ? null : orderId.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_driver_income_detail.order_total_money
*
* @return the value of tbl_driver_income_detail.order_total_money
*
* @mbggenerated
*/
public BigDecimal getOrderTotalMoney() {
return orderTotalMoney;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_driver_income_detail.order_total_money
*
* @param orderTotalMoney the value for tbl_driver_income_detail.order_total_money
*
* @mbggenerated
*/
public void setOrderTotalMoney(BigDecimal orderTotalMoney) {
this.orderTotalMoney = orderTotalMoney;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_driver_income_detail.trade_time
*
* @return the value of tbl_driver_income_detail.trade_time
*
* @mbggenerated
*/
public Date getTradeTime() {
return tradeTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_driver_income_detail.trade_time
*
* @param tradeTime the value for tbl_driver_income_detail.trade_time
*
* @mbggenerated
*/
public void setTradeTime(Date tradeTime) {
this.tradeTime = tradeTime;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_driver_income_detail.money
*
* @return the value of tbl_driver_income_detail.money
*
* @mbggenerated
*/
public BigDecimal getMoney() {
return money;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_driver_income_detail.money
*
* @param money the value for tbl_driver_income_detail.money
*
* @mbggenerated
*/
public void setMoney(BigDecimal money) {
this.money = money;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_driver_income_detail.driver_ratio
*
* @return the value of tbl_driver_income_detail.driver_ratio
*
* @mbggenerated
*/
public BigDecimal getDriverRatio() {
return driverRatio;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_driver_income_detail.driver_ratio
*
* @param driverRatio the value for tbl_driver_income_detail.driver_ratio
*
* @mbggenerated
*/
public void setDriverRatio(BigDecimal driverRatio) {
this.driverRatio = driverRatio;
}
}

View File

@ -0,0 +1,614 @@
package com.online.taxi.entity;
import java.math.BigDecimal;
import java.util.Date;
public class DriverInfo {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_info.id
*
* @mbggenerated
*/
private Integer id;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_info.phone_number
*
* @mbggenerated
*/
private String phoneNumber;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_info.driver_leader
*
* @mbggenerated
*/
private Integer driverLeader;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_info.driver_name
*
* @mbggenerated
*/
private String driverName;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_info.register_time
*
* @mbggenerated
*/
private Date registerTime;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_info.balance
*
* @mbggenerated
*/
private BigDecimal balance;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_info.gender
*
* @mbggenerated
*/
private Integer gender;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_info.car_id
*
* @mbggenerated
*/
private Integer carId;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_info.is_following
*
* @mbggenerated
*/
private Integer isFollowing;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_info.work_status
*
* @mbggenerated
*/
private Integer workStatus;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_info.head_img
*
* @mbggenerated
*/
private String headImg;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_info.city_code
*
* @mbggenerated
*/
private String cityCode;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_info.bind_time
*
* @mbggenerated
*/
private Date bindTime;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_info.use_status
*
* @mbggenerated
*/
private Integer useStatus;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_info.cs_work_status
*
* @mbggenerated
*/
private Integer csWorkStatus;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_info.sign_status
*
* @mbggenerated
*/
private Integer signStatus;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_info.tags
*
* @mbggenerated
*/
private String tags;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_info.create_time
*
* @mbggenerated
*/
private Date createTime;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_info.update_time
*
* @mbggenerated
*/
private Date updateTime;
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_driver_info.id
*
* @return the value of tbl_driver_info.id
*
* @mbggenerated
*/
public Integer getId() {
return id;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_driver_info.id
*
* @param id the value for tbl_driver_info.id
*
* @mbggenerated
*/
public void setId(Integer id) {
this.id = id;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_driver_info.phone_number
*
* @return the value of tbl_driver_info.phone_number
*
* @mbggenerated
*/
public String getPhoneNumber() {
return phoneNumber;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_driver_info.phone_number
*
* @param phoneNumber the value for tbl_driver_info.phone_number
*
* @mbggenerated
*/
public void setPhoneNumber(String phoneNumber) {
this.phoneNumber = phoneNumber == null ? null : phoneNumber.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_driver_info.driver_leader
*
* @return the value of tbl_driver_info.driver_leader
*
* @mbggenerated
*/
public Integer getDriverLeader() {
return driverLeader;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_driver_info.driver_leader
*
* @param driverLeader the value for tbl_driver_info.driver_leader
*
* @mbggenerated
*/
public void setDriverLeader(Integer driverLeader) {
this.driverLeader = driverLeader;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_driver_info.driver_name
*
* @return the value of tbl_driver_info.driver_name
*
* @mbggenerated
*/
public String getDriverName() {
return driverName;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_driver_info.driver_name
*
* @param driverName the value for tbl_driver_info.driver_name
*
* @mbggenerated
*/
public void setDriverName(String driverName) {
this.driverName = driverName == null ? null : driverName.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_driver_info.register_time
*
* @return the value of tbl_driver_info.register_time
*
* @mbggenerated
*/
public Date getRegisterTime() {
return registerTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_driver_info.register_time
*
* @param registerTime the value for tbl_driver_info.register_time
*
* @mbggenerated
*/
public void setRegisterTime(Date registerTime) {
this.registerTime = registerTime;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_driver_info.balance
*
* @return the value of tbl_driver_info.balance
*
* @mbggenerated
*/
public BigDecimal getBalance() {
return balance;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_driver_info.balance
*
* @param balance the value for tbl_driver_info.balance
*
* @mbggenerated
*/
public void setBalance(BigDecimal balance) {
this.balance = balance;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_driver_info.gender
*
* @return the value of tbl_driver_info.gender
*
* @mbggenerated
*/
public Integer getGender() {
return gender;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_driver_info.gender
*
* @param gender the value for tbl_driver_info.gender
*
* @mbggenerated
*/
public void setGender(Integer gender) {
this.gender = gender;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_driver_info.car_id
*
* @return the value of tbl_driver_info.car_id
*
* @mbggenerated
*/
public Integer getCarId() {
return carId;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_driver_info.car_id
*
* @param carId the value for tbl_driver_info.car_id
*
* @mbggenerated
*/
public void setCarId(Integer carId) {
this.carId = carId;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_driver_info.is_following
*
* @return the value of tbl_driver_info.is_following
*
* @mbggenerated
*/
public Integer getIsFollowing() {
return isFollowing;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_driver_info.is_following
*
* @param isFollowing the value for tbl_driver_info.is_following
*
* @mbggenerated
*/
public void setIsFollowing(Integer isFollowing) {
this.isFollowing = isFollowing;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_driver_info.work_status
*
* @return the value of tbl_driver_info.work_status
*
* @mbggenerated
*/
public Integer getWorkStatus() {
return workStatus;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_driver_info.work_status
*
* @param workStatus the value for tbl_driver_info.work_status
*
* @mbggenerated
*/
public void setWorkStatus(Integer workStatus) {
this.workStatus = workStatus;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_driver_info.head_img
*
* @return the value of tbl_driver_info.head_img
*
* @mbggenerated
*/
public String getHeadImg() {
return headImg;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_driver_info.head_img
*
* @param headImg the value for tbl_driver_info.head_img
*
* @mbggenerated
*/
public void setHeadImg(String headImg) {
this.headImg = headImg == null ? null : headImg.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_driver_info.city_code
*
* @return the value of tbl_driver_info.city_code
*
* @mbggenerated
*/
public String getCityCode() {
return cityCode;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_driver_info.city_code
*
* @param cityCode the value for tbl_driver_info.city_code
*
* @mbggenerated
*/
public void setCityCode(String cityCode) {
this.cityCode = cityCode == null ? null : cityCode.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_driver_info.bind_time
*
* @return the value of tbl_driver_info.bind_time
*
* @mbggenerated
*/
public Date getBindTime() {
return bindTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_driver_info.bind_time
*
* @param bindTime the value for tbl_driver_info.bind_time
*
* @mbggenerated
*/
public void setBindTime(Date bindTime) {
this.bindTime = bindTime;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_driver_info.use_status
*
* @return the value of tbl_driver_info.use_status
*
* @mbggenerated
*/
public Integer getUseStatus() {
return useStatus;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_driver_info.use_status
*
* @param useStatus the value for tbl_driver_info.use_status
*
* @mbggenerated
*/
public void setUseStatus(Integer useStatus) {
this.useStatus = useStatus;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_driver_info.cs_work_status
*
* @return the value of tbl_driver_info.cs_work_status
*
* @mbggenerated
*/
public Integer getCsWorkStatus() {
return csWorkStatus;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_driver_info.cs_work_status
*
* @param csWorkStatus the value for tbl_driver_info.cs_work_status
*
* @mbggenerated
*/
public void setCsWorkStatus(Integer csWorkStatus) {
this.csWorkStatus = csWorkStatus;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_driver_info.sign_status
*
* @return the value of tbl_driver_info.sign_status
*
* @mbggenerated
*/
public Integer getSignStatus() {
return signStatus;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_driver_info.sign_status
*
* @param signStatus the value for tbl_driver_info.sign_status
*
* @mbggenerated
*/
public void setSignStatus(Integer signStatus) {
this.signStatus = signStatus;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_driver_info.tags
*
* @return the value of tbl_driver_info.tags
*
* @mbggenerated
*/
public String getTags() {
return tags;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_driver_info.tags
*
* @param tags the value for tbl_driver_info.tags
*
* @mbggenerated
*/
public void setTags(String tags) {
this.tags = tags == null ? null : tags.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_driver_info.create_time
*
* @return the value of tbl_driver_info.create_time
*
* @mbggenerated
*/
public Date getCreateTime() {
return createTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_driver_info.create_time
*
* @param createTime the value for tbl_driver_info.create_time
*
* @mbggenerated
*/
public void setCreateTime(Date createTime) {
this.createTime = createTime;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_driver_info.update_time
*
* @return the value of tbl_driver_info.update_time
*
* @mbggenerated
*/
public Date getUpdateTime() {
return updateTime;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_driver_info.update_time
*
* @param updateTime the value for tbl_driver_info.update_time
*
* @mbggenerated
*/
public void setUpdateTime(Date updateTime) {
this.updateTime = updateTime;
}
}

View File

@ -0,0 +1,379 @@
package com.online.taxi.entity;
import java.util.Date;
public class DriverLicenceInfo {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_licence_info.id
*
* @mbggenerated
*/
private Integer id;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_licence_info.driver_id
*
* @mbggenerated
*/
private Integer driverId;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_licence_info.main_driving_license
*
* @mbggenerated
*/
private String mainDrivingLicense;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_licence_info.vice_driving_license
*
* @mbggenerated
*/
private String viceDrivingLicense;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_licence_info.all_driving_license
*
* @mbggenerated
*/
private String allDrivingLicense;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_licence_info.group_driving_license
*
* @mbggenerated
*/
private String groupDrivingLicense;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_licence_info.identity_card_id
*
* @mbggenerated
*/
private String identityCardId;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_licence_info.main_idcard_license
*
* @mbggenerated
*/
private String mainIdcardLicense;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_licence_info.vice_idcard_license
*
* @mbggenerated
*/
private String viceIdcardLicense;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_licence_info.group_idcard_license
*
* @mbggenerated
*/
private String groupIdcardLicense;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_licence_info.plate_number
*
* @mbggenerated
*/
private String plateNumber;
private Date createTime;
private Date updateTime;
public Date getCreateTime() {
return createTime;
}
public DriverLicenceInfo setCreateTime(Date createTime) {
this.createTime = createTime;
return this;
}
public Date getUpdateTime() {
return updateTime;
}
public DriverLicenceInfo setUpdateTime(Date updateTime) {
this.updateTime = updateTime;
return this;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_driver_licence_info.id
*
* @return the value of tbl_driver_licence_info.id
*
* @mbggenerated
*/
public Integer getId() {
return id;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_driver_licence_info.id
*
* @param id the value for tbl_driver_licence_info.id
*
* @mbggenerated
*/
public void setId(Integer id) {
this.id = id;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_driver_licence_info.driver_id
*
* @return the value of tbl_driver_licence_info.driver_id
*
* @mbggenerated
*/
public Integer getDriverId() {
return driverId;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_driver_licence_info.driver_id
*
* @param driverId the value for tbl_driver_licence_info.driver_id
*
* @mbggenerated
*/
public void setDriverId(Integer driverId) {
this.driverId = driverId;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_driver_licence_info.main_driving_license
*
* @return the value of tbl_driver_licence_info.main_driving_license
*
* @mbggenerated
*/
public String getMainDrivingLicense() {
return mainDrivingLicense;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_driver_licence_info.main_driving_license
*
* @param mainDrivingLicense the value for tbl_driver_licence_info.main_driving_license
*
* @mbggenerated
*/
public void setMainDrivingLicense(String mainDrivingLicense) {
this.mainDrivingLicense = mainDrivingLicense == null ? null : mainDrivingLicense.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_driver_licence_info.vice_driving_license
*
* @return the value of tbl_driver_licence_info.vice_driving_license
*
* @mbggenerated
*/
public String getViceDrivingLicense() {
return viceDrivingLicense;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_driver_licence_info.vice_driving_license
*
* @param viceDrivingLicense the value for tbl_driver_licence_info.vice_driving_license
*
* @mbggenerated
*/
public void setViceDrivingLicense(String viceDrivingLicense) {
this.viceDrivingLicense = viceDrivingLicense == null ? null : viceDrivingLicense.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_driver_licence_info.all_driving_license
*
* @return the value of tbl_driver_licence_info.all_driving_license
*
* @mbggenerated
*/
public String getAllDrivingLicense() {
return allDrivingLicense;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_driver_licence_info.all_driving_license
*
* @param allDrivingLicense the value for tbl_driver_licence_info.all_driving_license
*
* @mbggenerated
*/
public void setAllDrivingLicense(String allDrivingLicense) {
this.allDrivingLicense = allDrivingLicense == null ? null : allDrivingLicense.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_driver_licence_info.group_driving_license
*
* @return the value of tbl_driver_licence_info.group_driving_license
*
* @mbggenerated
*/
public String getGroupDrivingLicense() {
return groupDrivingLicense;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_driver_licence_info.group_driving_license
*
* @param groupDrivingLicense the value for tbl_driver_licence_info.group_driving_license
*
* @mbggenerated
*/
public void setGroupDrivingLicense(String groupDrivingLicense) {
this.groupDrivingLicense = groupDrivingLicense == null ? null : groupDrivingLicense.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_driver_licence_info.identity_card_id
*
* @return the value of tbl_driver_licence_info.identity_card_id
*
* @mbggenerated
*/
public String getIdentityCardId() {
return identityCardId;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_driver_licence_info.identity_card_id
*
* @param identityCardId the value for tbl_driver_licence_info.identity_card_id
*
* @mbggenerated
*/
public void setIdentityCardId(String identityCardId) {
this.identityCardId = identityCardId == null ? null : identityCardId.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_driver_licence_info.main_idcard_license
*
* @return the value of tbl_driver_licence_info.main_idcard_license
*
* @mbggenerated
*/
public String getMainIdcardLicense() {
return mainIdcardLicense;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_driver_licence_info.main_idcard_license
*
* @param mainIdcardLicense the value for tbl_driver_licence_info.main_idcard_license
*
* @mbggenerated
*/
public void setMainIdcardLicense(String mainIdcardLicense) {
this.mainIdcardLicense = mainIdcardLicense == null ? null : mainIdcardLicense.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_driver_licence_info.vice_idcard_license
*
* @return the value of tbl_driver_licence_info.vice_idcard_license
*
* @mbggenerated
*/
public String getViceIdcardLicense() {
return viceIdcardLicense;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_driver_licence_info.vice_idcard_license
*
* @param viceIdcardLicense the value for tbl_driver_licence_info.vice_idcard_license
*
* @mbggenerated
*/
public void setViceIdcardLicense(String viceIdcardLicense) {
this.viceIdcardLicense = viceIdcardLicense == null ? null : viceIdcardLicense.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_driver_licence_info.group_idcard_license
*
* @return the value of tbl_driver_licence_info.group_idcard_license
*
* @mbggenerated
*/
public String getGroupIdcardLicense() {
return groupIdcardLicense;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_driver_licence_info.group_idcard_license
*
* @param groupIdcardLicense the value for tbl_driver_licence_info.group_idcard_license
*
* @mbggenerated
*/
public void setGroupIdcardLicense(String groupIdcardLicense) {
this.groupIdcardLicense = groupIdcardLicense == null ? null : groupIdcardLicense.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column tbl_driver_licence_info.plate_number
*
* @return the value of tbl_driver_licence_info.plate_number
*
* @mbggenerated
*/
public String getPlateNumber() {
return plateNumber;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column tbl_driver_licence_info.plate_number
*
* @param plateNumber the value for tbl_driver_licence_info.plate_number
*
* @mbggenerated
*/
public void setPlateNumber(String plateNumber) {
this.plateNumber = plateNumber == null ? null : plateNumber.trim();
}
}

View File

@ -0,0 +1,64 @@
package com.online.taxi.entity;
import lombok.Data;
@Data
public class DriverOrderMessageStatistical {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_order_message_statistical.id
*
* @mbggenerated
*/
private Integer id;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_order_message_statistical.driver_id
*
* @mbggenerated
*/
private Integer driverId;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_order_message_statistical.engine_number
*
* @mbggenerated
*/
private String drivingLicenceNumber;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_order_message_statistical.cycle
*
* @mbggenerated
*/
private String cycle;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_order_message_statistical.order_count
*
* @mbggenerated
*/
private Integer orderCount;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_order_message_statistical.traffic_violations_count
*
* @mbggenerated
*/
private Integer trafficViolationsCount;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column tbl_driver_order_message_statistical.complained_count
*
* @mbggenerated
*/
private Integer complainedCount;
}

Some files were not shown because too many files have changed in this diff Show More