| | |
| | | @Table("yeshi_ec_msg_money")
|
| | | public class MsgMoneyDetail {
|
| | | public enum MsgTypeMoneyTypeEnum {
|
| | | fanli("资金到账", "http://img.flqapp.com/resource/msg/icon_msg_fanli.png"),
|
| | | share("资金到账", "http://img.flqapp.com/resource/msg/icon_msg_share_money.png"),
|
| | | invite("资金到账", "http://img.flqapp.com/resource/msg/icon_msg_invite_money.png"),
|
| | | fanli("资金到账", "http://img.flqapp.com/resource/msg/icon_msg_money_recieve.png"),
|
| | | share("资金到账", "http://img.flqapp.com/resource/msg/icon_msg_money_recieve.png"),
|
| | | invite("资金到账", "http://img.flqapp.com/resource/msg/icon_msg_money_recieve.png"),
|
| | | extract("提现", "http://img.flqapp.com/resource/msg/icon_msg_extract.png"),
|
| | | fanliWeiQuan("资金退回","http://img.flqapp.com/resource/msg/icon_msg_fanli.png"),
|
| | | shareWeiQuan("资金退回", "http://img.flqapp.com/resource/msg/icon_msg_share_money.png"),
|
| | | fanliWeiQuan("资金退回","http://img.flqapp.com/resource/msg/icon_msg_money_drawback.png"),
|
| | | shareWeiQuan("资金退回", "http://img.flqapp.com/resource/msg/icon_msg_money_drawback.png"),
|
| | | extractAutoWX("自动提现", "http://img.flqapp.com/resource/money_detail/icon_system.png"),
|
| | | extractValid("提现验证", "http://img.flqapp.com/resource/msg/icon_msg_extract.png"),
|
| | | inviteWeiQuan("团队奖金扣除", "http://img.flqapp.com/resource/msg/icon_msg_invite_money.png"),
|