|
@@ -28,76 +28,58 @@ public class KuaishouAgentAccount {
|
|
|
|
|
|
/**id*/
|
|
/**id*/
|
|
@TableId(type = IdType.INPUT)
|
|
@TableId(type = IdType.INPUT)
|
|
- @ApiModelProperty(value = "id")
|
|
|
|
@JsonProperty("accountId")
|
|
@JsonProperty("accountId")
|
|
private Long id;
|
|
private Long id;
|
|
/**accountId*/
|
|
/**accountId*/
|
|
@Excel(name = "userId", width = 15)
|
|
@Excel(name = "userId", width = 15)
|
|
- @ApiModelProperty(value = "userId")
|
|
|
|
private Long userId;
|
|
private Long userId;
|
|
/**accountName*/
|
|
/**accountName*/
|
|
@Excel(name = "accountName", width = 15)
|
|
@Excel(name = "accountName", width = 15)
|
|
- @ApiModelProperty(value = "accountName")
|
|
|
|
private String accountName;
|
|
private String accountName;
|
|
/**balance*/
|
|
/**balance*/
|
|
@Excel(name = "balance", width = 15)
|
|
@Excel(name = "balance", width = 15)
|
|
- @ApiModelProperty(value = "balance")
|
|
|
|
private java.math.BigDecimal balance;
|
|
private java.math.BigDecimal balance;
|
|
/**creditBalance*/
|
|
/**creditBalance*/
|
|
@Excel(name = "creditBalance", width = 15)
|
|
@Excel(name = "creditBalance", width = 15)
|
|
- @ApiModelProperty(value = "creditBalance")
|
|
|
|
private java.math.BigDecimal creditBalance;
|
|
private java.math.BigDecimal creditBalance;
|
|
/**extendedBalance*/
|
|
/**extendedBalance*/
|
|
@Excel(name = "extendedBalance", width = 15)
|
|
@Excel(name = "extendedBalance", width = 15)
|
|
- @ApiModelProperty(value = "extendedBalance")
|
|
|
|
private java.math.BigDecimal extendedBalance;
|
|
private java.math.BigDecimal extendedBalance;
|
|
/**rebate*/
|
|
/**rebate*/
|
|
@Excel(name = "rebate", width = 15)
|
|
@Excel(name = "rebate", width = 15)
|
|
- @ApiModelProperty(value = "rebate")
|
|
|
|
private java.math.BigDecimal rebate;
|
|
private java.math.BigDecimal rebate;
|
|
/**preRebate*/
|
|
/**preRebate*/
|
|
@Excel(name = "preRebate", width = 15)
|
|
@Excel(name = "preRebate", width = 15)
|
|
- @ApiModelProperty(value = "preRebate")
|
|
|
|
private java.math.BigDecimal preRebate;
|
|
private java.math.BigDecimal preRebate;
|
|
/**contractRebate*/
|
|
/**contractRebate*/
|
|
@Excel(name = "contractRebate", width = 15)
|
|
@Excel(name = "contractRebate", width = 15)
|
|
- @ApiModelProperty(value = "contractRebate")
|
|
|
|
private java.math.BigDecimal contractRebate;
|
|
private java.math.BigDecimal contractRebate;
|
|
/**directRebate*/
|
|
/**directRebate*/
|
|
@Excel(name = "directRebate", width = 15)
|
|
@Excel(name = "directRebate", width = 15)
|
|
- @ApiModelProperty(value = "directRebate")
|
|
|
|
private java.math.BigDecimal directRebate;
|
|
private java.math.BigDecimal directRebate;
|
|
/**totalBalance*/
|
|
/**totalBalance*/
|
|
@Excel(name = "totalBalance", width = 15)
|
|
@Excel(name = "totalBalance", width = 15)
|
|
- @ApiModelProperty(value = "totalBalance")
|
|
|
|
private java.math.BigDecimal totalBalance;
|
|
private java.math.BigDecimal totalBalance;
|
|
/**kuaibiBalance*/
|
|
/**kuaibiBalance*/
|
|
@Excel(name = "kuaibiBalance", width = 15)
|
|
@Excel(name = "kuaibiBalance", width = 15)
|
|
- @ApiModelProperty(value = "kuaibiBalance")
|
|
|
|
private java.math.BigDecimal kuaibiBalance;
|
|
private java.math.BigDecimal kuaibiBalance;
|
|
/**pushBalance*/
|
|
/**pushBalance*/
|
|
@Excel(name = "pushBalance", width = 15)
|
|
@Excel(name = "pushBalance", width = 15)
|
|
- @ApiModelProperty(value = "pushBalance")
|
|
|
|
private java.math.BigDecimal pushBalance;
|
|
private java.math.BigDecimal pushBalance;
|
|
/**recharged*/
|
|
/**recharged*/
|
|
@Excel(name = "recharged", width = 15)
|
|
@Excel(name = "recharged", width = 15)
|
|
- @ApiModelProperty(value = "recharged")
|
|
|
|
private Boolean recharged;
|
|
private Boolean recharged;
|
|
/**corporationName*/
|
|
/**corporationName*/
|
|
@Excel(name = "corporationName", width = 15)
|
|
@Excel(name = "corporationName", width = 15)
|
|
- @ApiModelProperty(value = "corporationName")
|
|
|
|
private String corporationName;
|
|
private String corporationName;
|
|
/**reviewStatus*/
|
|
/**reviewStatus*/
|
|
@Excel(name = "reviewStatus", width = 15)
|
|
@Excel(name = "reviewStatus", width = 15)
|
|
- @ApiModelProperty(value = "reviewStatus")
|
|
|
|
private Integer reviewStatus;
|
|
private Integer reviewStatus;
|
|
/**frozenStatus*/
|
|
/**frozenStatus*/
|
|
@Excel(name = "frozenStatus", width = 15)
|
|
@Excel(name = "frozenStatus", width = 15)
|
|
- @ApiModelProperty(value = "frozenStatus")
|
|
|
|
private Integer frozenStatus;
|
|
private Integer frozenStatus;
|
|
/**transferAccountStatus*/
|
|
/**transferAccountStatus*/
|
|
@Excel(name = "transferAccountStatus", width = 15)
|
|
@Excel(name = "transferAccountStatus", width = 15)
|
|
- @ApiModelProperty(value = "transferAccountStatus")
|
|
|
|
private Boolean transferAccountStatus;
|
|
private Boolean transferAccountStatus;
|
|
/**createTime*/
|
|
/**createTime*/
|
|
@Excel(name = "transferAccountStatus", width = 15)
|
|
@Excel(name = "transferAccountStatus", width = 15)
|