|
|
@ -1,5 +1,6 @@ |
|
|
|
package com.yxt.anrui.terminal.api.autoservice.discountpackage; |
|
|
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonProperty; |
|
|
|
import com.yxt.common.core.vo.Vo; |
|
|
|
import io.swagger.annotations.ApiModelProperty; |
|
|
|
import lombok.Data; |
|
|
@ -16,7 +17,7 @@ import java.util.List; |
|
|
|
public class DiscountPackageVo implements Vo { |
|
|
|
private static final long serialVersionUID = -1513102031251371720L; |
|
|
|
|
|
|
|
//优惠名称
|
|
|
|
//优惠名称vv
|
|
|
|
private String projectName; |
|
|
|
//说明
|
|
|
|
private String discountExplain; |
|
|
@ -34,6 +35,7 @@ public class DiscountPackageVo implements Vo { |
|
|
|
//优惠包价值
|
|
|
|
private String discountMoney; |
|
|
|
//是否有列表
|
|
|
|
@JsonProperty("isShowList") |
|
|
|
private boolean isShowList; |
|
|
|
|
|
|
|
@ApiModelProperty(value = "实例id") |
|
|
|