|
@@ -40,7 +40,7 @@ public class XfDiscountVo implements Serializable {
|
|
|
* 卡类Id
|
|
* 卡类Id
|
|
|
*/
|
|
*/
|
|
|
// @ExcelProperty(value = "卡类Id")
|
|
// @ExcelProperty(value = "卡类Id")
|
|
|
- private Long cardType;
|
|
|
|
|
|
|
+ private String cardType;
|
|
|
|
|
|
|
|
@Translation(type = TransConstant.CARD_TYPE_ID_TO_NAME, mapper = "cardType")
|
|
@Translation(type = TransConstant.CARD_TYPE_ID_TO_NAME, mapper = "cardType")
|
|
|
@ExcelProperty(value = "卡类")
|
|
@ExcelProperty(value = "卡类")
|
|
@@ -52,9 +52,9 @@ public class XfDiscountVo implements Serializable {
|
|
|
// @ExcelProperty(value = "餐类Id")
|
|
// @ExcelProperty(value = "餐类Id")
|
|
|
private Long mealType;
|
|
private Long mealType;
|
|
|
|
|
|
|
|
- @ExcelProperty(value = "餐类")
|
|
|
|
|
|
|
+ /*@ExcelProperty(value = "餐类")
|
|
|
@Translation(type = TransConstant.MEAL_TYPE_TO_NAME, mapper = "mealType")
|
|
@Translation(type = TransConstant.MEAL_TYPE_TO_NAME, mapper = "mealType")
|
|
|
- private String mealTypeName;
|
|
|
|
|
|
|
+ private String mealTypeName;*/
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* 折扣类型,默认为0
|
|
* 折扣类型,默认为0
|