user表 zhi_fu_bao_name
This commit is contained in:
parent
36531bd0e6
commit
1f3de4c9ae
|
|
@ -156,7 +156,7 @@ public class UserEntity implements Serializable {
|
||||||
private String zhiFuBao;
|
private String zhiFuBao;
|
||||||
|
|
||||||
@Excel(name = "支付宝名称", orderNum = "8", width = 18)
|
@Excel(name = "支付宝名称", orderNum = "8", width = 18)
|
||||||
@TableField("zhifubao_name")
|
@TableField("zhi_fu_bao_name")
|
||||||
private String zhiFuBaoName;
|
private String zhiFuBaoName;
|
||||||
|
|
||||||
@Excel(name = "一级推广收益比例", orderNum = "8", width = 18)
|
@Excel(name = "一级推广收益比例", orderNum = "8", width = 18)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue