|
@@ -62,11 +62,11 @@ public class VipCode extends BaseBusinessEntity{
|
|
|
@ApiModelProperty(value = "代理商id")
|
|
|
private Integer agentId;
|
|
|
|
|
|
- /** 激活码 */
|
|
|
- @Excel(name = "代理商名称")
|
|
|
- @TableField("agent_name")
|
|
|
- @ApiModelProperty(value = "代理商名称")
|
|
|
- private String agentName;
|
|
|
+// /** 激活码 */
|
|
|
+// @Excel(name = "代理商名称")
|
|
|
+// @TableField("agent_name")
|
|
|
+// @ApiModelProperty(value = "代理商名称")
|
|
|
+// private String agentName;
|
|
|
|
|
|
|
|
|
|