| | |
| | | @TableField(exist = false) |
| | | private String phone; |
| | | @TableField(exist = false) |
| | | private String email; |
| | | @TableField(exist = false) |
| | | private String inviteId; |
| | | @TableField(exist = false) |
| | | private String name; |
| | |
| | | |
| | | private String account; |
| | | private String phone; |
| | | private String email; |
| | | private String inviteId; |
| | | |
| | | |
| | |
| | | public class YdMemberVo { |
| | | |
| | | private String phone; |
| | | private String email; |
| | | private long id; |
| | | private int quantityReady; |
| | | private int quantityWork; |
| | |
| | | url: ctx + 'yd/getAgentOrderList', |
| | | cols: [[ |
| | | {field: 'phone', title: '手机号', minWidth: 100,align:'left'}, |
| | | {field: 'email', title: '邮箱', minWidth: 100,align:'left'}, |
| | | {field: 'inviteId', title: '邀请码UID', minWidth: 80,align:'center'}, |
| | | {field: 'name', title: '产品名称', minWidth: 80,align:'center'}, |
| | | {field: 'amount', title: '总金额', minWidth: 80,align:'center'}, |
| | |
| | | url: ctx + 'yd/getYdMemberList', |
| | | cols: [[ |
| | | {field: 'phone', title: '手机号', minWidth: 100,align:'left'}, |
| | | {field: 'email', title: '邮箱', minWidth: 100,align:'left'}, |
| | | {field: 'availableBalance', title: '账户余额', |
| | | templet: function (d) { |
| | | if (d.availableBalance > 0) { |
| | |
| | | url: ctx + 'yd/getOrderList', |
| | | cols: [[ |
| | | {field: 'phone', title: '手机号', minWidth: 100,align:'left'}, |
| | | {field: 'email', title: '邮箱', minWidth: 100,align:'left'}, |
| | | {field: 'inviteId', title: '邀请码UID', minWidth: 80,align:'center'}, |
| | | {field: 'name', title: '产品名称', minWidth: 80,align:'center'}, |
| | | {field: 'salePrice', title: '售价', minWidth: 80,align:'center'}, |