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