消费返现修改

This commit is contained in:
张松
2025-10-14 15:38:04 +08:00
parent 46ef03d4bc
commit c40df0294d
3 changed files with 13 additions and 2 deletions

View File

@@ -48,7 +48,13 @@ public class FreeDineConfigEditDTO {
*/
private List<String> useType;
/**
* all 全部 part部分
*/
private String useShopType;
/**
* 可用门店id
*/
private List<Long> shopIdList;
}

View File

@@ -71,4 +71,6 @@ public class MkConsumeCashbackRecordVO implements Serializable {
private String nickName;
}