| 返回值 | ||
|---|---|---|
| 变量 | 类型 | 说明 |
| membershipCardRelated_membershipCardContent_entityBean | MembershipCard | 会员卡 |
| 会员卡 MembershipCard | |||
|---|---|---|---|
| 变量 | 类型 | 说明 | |
| id | Long | 会员卡Id | |
| name | String | 名称 | |
| subtitle | String | 副标题 | |
| userRoleId | String | 角色Id | |
| lowestPrice | BigDecimal | 最低销售价 | |
| highestPrice | BigDecimal | 最高销售价 | |
| lowestPoint | Long | 最低积分 | |
| highestPoint | Long | 最高积分 | |
| createDate | Date | 创建时间 | |
| state | Integer | 状态 1:上架 2.下架 | |
| descriptionTagList | List<String> | 说明标签集合 | |
| specificationList | List<Specification> | 规格集合 | |
| state | Integer | 状态 1:上架 2.下架 | |
| sort | Integer | 排序 默认为0 | |
| introduction | String |
简介;本字段在存入数据库时已进行安全过滤,可以加上<#noescape></#noescape>标签关闭转义,以输出html标签。 |
|
| 规格 Specification | |||
|---|---|---|---|
| 变量 | 类型 | 说明 | |
| id | Long | 规格Id | |
| specificationName | String | 规格名称 | |
| membershipCardId | Long | 会员卡Id | |
| stock | Long | 可用库存量 | |
| point | Long | 支付积分 | |
| marketPrice | BigDecimal | 市场价 | |
| sellingPrice | BigDecimal | 销售价 | |
| duration | Integer | 时长 | |
| unit | Integer | 时长单位 10.小时 20.日 30.月 40.年 | |
| sort | Integer | 排序 | |
| 方法支持参数 | ||||
|---|---|---|---|---|
| 参数 | 类型 | 是否必填 | 说明 | |
| membershipCardId | Long | 是 | 会员卡Id | |