记得上下班打卡 | git大法好,push需谨慎

Commit 78f0d668 authored by sunyuntian's avatar sunyuntian

exit

parent f17e2b8c
package com.liquidnet.client.admin.zhengzai.smile.dto; package com.liquidnet.service.goblin.dto.vo;
import lombok.Data; import lombok.Data;
import java.math.BigDecimal;
/** /**
* <p> * <p>
* *
...@@ -18,7 +20,7 @@ public class SmileAgentVo { ...@@ -18,7 +20,7 @@ public class SmileAgentVo {
/** /**
* 演出id * 演出id
*/ */
private String showId; private String performanceId;
/** /**
* 票id * 票id
...@@ -33,12 +35,12 @@ public class SmileAgentVo { ...@@ -33,12 +35,12 @@ public class SmileAgentVo {
/** /**
* 总代票提 * 总代票提
*/ */
private Double totalCarry; private BigDecimal totalCarry;
/** /**
* 普代票提 * 普代票提
*/ */
private Double ordCarry; private BigDecimal ordCarry;
} }
...@@ -29,9 +29,9 @@ public class SmileOrganizationVo{ ...@@ -29,9 +29,9 @@ public class SmileOrganizationVo{
private String name; private String name;
/** /**
* 省key * 省Id
*/ */
private Integer provinceKey; private String provinceId;
/** /**
* 省 * 省
...@@ -39,9 +39,9 @@ public class SmileOrganizationVo{ ...@@ -39,9 +39,9 @@ public class SmileOrganizationVo{
private String province; private String province;
/** /**
* 市key * 市Id
*/ */
private Integer cityKey; private String cityId;
/** /**
* 市 * 市
...@@ -49,9 +49,9 @@ public class SmileOrganizationVo{ ...@@ -49,9 +49,9 @@ public class SmileOrganizationVo{
private String city; private String city;
/** /**
* 区key * 区Id
*/ */
private Integer areaKey; private String areaId;
/** /**
* 区 * 区
......
...@@ -41,9 +41,9 @@ public class SmileUserVo { ...@@ -41,9 +41,9 @@ public class SmileUserVo {
private String phone; private String phone;
/** /**
* 省key * 省Id
*/ */
private String provinceKey; private String provinceId;
/** /**
* 省 * 省
...@@ -51,9 +51,9 @@ public class SmileUserVo { ...@@ -51,9 +51,9 @@ public class SmileUserVo {
private String province; private String province;
/** /**
* 市key * 市Id
*/ */
private String cityKey; private String cityId;
/** /**
* 市 * 市
...@@ -61,9 +61,9 @@ public class SmileUserVo { ...@@ -61,9 +61,9 @@ public class SmileUserVo {
private String city; private String city;
/** /**
* 区key * 区Id
*/ */
private String areaKey; private String areaId;
/** /**
* 区 * 区
......
...@@ -42,9 +42,9 @@ public class UserCheckVo { ...@@ -42,9 +42,9 @@ public class UserCheckVo {
private String phone; private String phone;
/** /**
* 省key * 省Id
*/ */
private String provinceKey; private String provinceId;
/** /**
* 省 * 省
...@@ -52,9 +52,9 @@ public class UserCheckVo { ...@@ -52,9 +52,9 @@ public class UserCheckVo {
private String province; private String province;
/** /**
* 市key * 市Id
*/ */
private String cityKey; private String cityId;
/** /**
* 市 * 市
...@@ -62,9 +62,9 @@ public class UserCheckVo { ...@@ -62,9 +62,9 @@ public class UserCheckVo {
private String city; private String city;
/** /**
* 区key * 区Id
*/ */
private String areaKey; private String areaId;
/** /**
* 区 * 区
......
...@@ -4,6 +4,7 @@ import lombok.Data; ...@@ -4,6 +4,7 @@ import lombok.Data;
import lombok.EqualsAndHashCode; import lombok.EqualsAndHashCode;
import java.io.Serializable; import java.io.Serializable;
import java.math.BigDecimal;
/** /**
* <p> * <p>
...@@ -24,7 +25,7 @@ public class SmileAgent implements Serializable { ...@@ -24,7 +25,7 @@ public class SmileAgent implements Serializable {
/** /**
* 演出id * 演出id
*/ */
private String showId; private String performanceId;
/** /**
* 票id * 票id
...@@ -36,15 +37,16 @@ public class SmileAgent implements Serializable { ...@@ -36,15 +37,16 @@ public class SmileAgent implements Serializable {
*/ */
private String ticketType; private String ticketType;
/** /**
* 总代票提 * 总代票提
*/ */
private Double totalCarry; private BigDecimal totalCarry;
/** /**
* 普代票提 * 普代票提
*/ */
private Double ordCarry; private BigDecimal ordCarry;
} }
...@@ -37,9 +37,9 @@ public class SmileSchool implements Serializable { ...@@ -37,9 +37,9 @@ public class SmileSchool implements Serializable {
private String address; private String address;
/** /**
* 省key * 省Id
*/ */
private String provinceKey; private String provinceId;
/** /**
* 省 * 省
...@@ -47,9 +47,9 @@ public class SmileSchool implements Serializable { ...@@ -47,9 +47,9 @@ public class SmileSchool implements Serializable {
private String province; private String province;
/** /**
* 市key * 市Id
*/ */
private String cityKey; private String cityId;
/** /**
* 市 * 市
...@@ -57,9 +57,9 @@ public class SmileSchool implements Serializable { ...@@ -57,9 +57,9 @@ public class SmileSchool implements Serializable {
private String city; private String city;
/** /**
* 区key * 区Id
*/ */
private String areaKey; private String areaId;
/** /**
* 区 * 区
......
...@@ -56,9 +56,9 @@ public class SmileUser implements Serializable { ...@@ -56,9 +56,9 @@ public class SmileUser implements Serializable {
private String phone; private String phone;
/** /**
* 省key * 省Id
*/ */
private String provinceKey; private String provinceId;
/** /**
* 省 * 省
...@@ -66,9 +66,9 @@ public class SmileUser implements Serializable { ...@@ -66,9 +66,9 @@ public class SmileUser implements Serializable {
private String province; private String province;
/** /**
* 市key * 市Id
*/ */
private String cityKey; private String cityId;
/** /**
* 市 * 市
...@@ -76,9 +76,9 @@ public class SmileUser implements Serializable { ...@@ -76,9 +76,9 @@ public class SmileUser implements Serializable {
private String city; private String city;
/** /**
* 区key * 区Id
*/ */
private String areaKey; private String areaId;
/** /**
* 区 * 区
...@@ -96,7 +96,7 @@ public class SmileUser implements Serializable { ...@@ -96,7 +96,7 @@ public class SmileUser implements Serializable {
private String wechat; private String wechat;
/** /**
* 代理类型(1:总代,2:普代 * 代理类型(0:未审核,1:总代,2:普代,3:未认证
*/ */
private Integer type; private Integer type;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment