记得上下班打卡 | 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 java.math.BigDecimal;
/**
* <p>
*
......@@ -18,7 +20,7 @@ public class SmileAgentVo {
/**
* 演出id
*/
private String showId;
private String performanceId;
/**
* 票id
......@@ -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{
private String name;
/**
* 省key
* 省Id
*/
private Integer provinceKey;
private String provinceId;
/**
* 省
......@@ -39,9 +39,9 @@ public class SmileOrganizationVo{
private String province;
/**
* 市key
* 市Id
*/
private Integer cityKey;
private String cityId;
/**
* 市
......@@ -49,9 +49,9 @@ public class SmileOrganizationVo{
private String city;
/**
* 区key
* 区Id
*/
private Integer areaKey;
private String areaId;
/**
* 区
......
......@@ -41,9 +41,9 @@ public class SmileUserVo {
private String phone;
/**
* 省key
* 省Id
*/
private String provinceKey;
private String provinceId;
/**
* 省
......@@ -51,9 +51,9 @@ public class SmileUserVo {
private String province;
/**
* 市key
* 市Id
*/
private String cityKey;
private String cityId;
/**
* 市
......@@ -61,9 +61,9 @@ public class SmileUserVo {
private String city;
/**
* 区key
* 区Id
*/
private String areaKey;
private String areaId;
/**
* 区
......
......@@ -42,9 +42,9 @@ public class UserCheckVo {
private String phone;
/**
* 省key
* 省Id
*/
private String provinceKey;
private String provinceId;
/**
* 省
......@@ -52,9 +52,9 @@ public class UserCheckVo {
private String province;
/**
* 市key
* 市Id
*/
private String cityKey;
private String cityId;
/**
* 市
......@@ -62,9 +62,9 @@ public class UserCheckVo {
private String city;
/**
* 区key
* 区Id
*/
private String areaKey;
private String areaId;
/**
* 区
......
......@@ -4,6 +4,7 @@ import lombok.Data;
import lombok.EqualsAndHashCode;
import java.io.Serializable;
import java.math.BigDecimal;
/**
* <p>
......@@ -24,7 +25,7 @@ public class SmileAgent implements Serializable {
/**
* 演出id
*/
private String showId;
private String performanceId;
/**
* 票id
......@@ -36,15 +37,16 @@ public class SmileAgent implements Serializable {
*/
private String ticketType;
/**
* 总代票提
*/
private Double totalCarry;
private BigDecimal totalCarry;
/**
* 普代票提
*/
private Double ordCarry;
private BigDecimal ordCarry;
}
......@@ -37,9 +37,9 @@ public class SmileSchool implements Serializable {
private String address;
/**
* 省key
* 省Id
*/
private String provinceKey;
private String provinceId;
/**
* 省
......@@ -47,9 +47,9 @@ public class SmileSchool implements Serializable {
private String province;
/**
* 市key
* 市Id
*/
private String cityKey;
private String cityId;
/**
* 市
......@@ -57,9 +57,9 @@ public class SmileSchool implements Serializable {
private String city;
/**
* 区key
* 区Id
*/
private String areaKey;
private String areaId;
/**
* 区
......
......@@ -56,9 +56,9 @@ public class SmileUser implements Serializable {
private String phone;
/**
* 省key
* 省Id
*/
private String provinceKey;
private String provinceId;
/**
* 省
......@@ -66,9 +66,9 @@ public class SmileUser implements Serializable {
private String province;
/**
* 市key
* 市Id
*/
private String cityKey;
private String cityId;
/**
* 市
......@@ -76,9 +76,9 @@ public class SmileUser implements Serializable {
private String city;
/**
* 区key
* 区Id
*/
private String areaKey;
private String areaId;
/**
* 区
......@@ -96,7 +96,7 @@ public class SmileUser implements Serializable {
private String wechat;
/**
* 代理类型(1:总代,2:普代
* 代理类型(0:未审核,1:总代,2:普代,3:未认证
*/
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