|
@@ -85,30 +85,7 @@ public class AppSitePriceRules implements Serializable {
|
|
|
@Excel(name = "展示状态(0正常,1已定,2过期)", width = 15)
|
|
|
@Schema(description = "展示状态(0正常,1已定,2过期)")
|
|
|
private Integer viewStatus;
|
|
|
- /**退款类型;0可退/到期自动退 1限时退 2不可退*/
|
|
|
- @Excel(name = "退款类型;0可退/到期自动退 1限时退 2不可退", width = 15)
|
|
|
- @Schema(description = "退款类型;0可退/到期自动退 1限时退 2不可退")
|
|
|
- private Integer refundType;
|
|
|
- /**体育馆包场提前退款时间;单位:分钟*/
|
|
|
- @Excel(name = "体育馆包场提前退款时间;单位:分钟", width = 15)
|
|
|
- @Schema(description = "体育馆包场提前退款时间;单位:分钟")
|
|
|
- private Integer earlyRefundTime;
|
|
|
- /**适用人数*/
|
|
|
- @Excel(name = "适用人数", width = 15)
|
|
|
- @Schema(description = "适用人数")
|
|
|
- private Integer usableCount;
|
|
|
- /**提示/须知*/
|
|
|
- @Excel(name = "提示/须知", width = 15)
|
|
|
- @Schema(description = "提示/须知")
|
|
|
- private String reminder;
|
|
|
- /**不可用日期;多个逗号分割*/
|
|
|
- @Excel(name = "不可用日期;多个逗号分割", width = 15)
|
|
|
- @Schema(description = "不可用日期;多个逗号分割")
|
|
|
- private String downTime;
|
|
|
- /**提前预约时间:0免预约 单位:时*/
|
|
|
- @Excel(name = "提前预约时间:0免预约 单位:时", width = 15)
|
|
|
- @Schema(description = "提前预约时间:0免预约 单位:时")
|
|
|
- private Integer advanceTime;
|
|
|
+
|
|
|
/**乐观锁*/
|
|
|
@Excel(name = "乐观锁", width = 15)
|
|
|
@Schema(description = "乐观锁")
|