店铺信息返回霸王餐信息
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.czg.account.dto.shopuser;
|
||||
|
||||
import com.czg.account.entity.FreeDineConfig;
|
||||
import com.czg.account.entity.ShopExtend;
|
||||
import com.czg.account.entity.ShopInfo;
|
||||
import com.czg.account.entity.ShopUser;
|
||||
@@ -46,4 +47,9 @@ public class ShopUserDetailDTO extends ShopUser {
|
||||
*/
|
||||
private List<ShopExtend> shopExtendList = new ArrayList<>();
|
||||
|
||||
/**
|
||||
* 霸王餐信息
|
||||
*/
|
||||
private FreeDineConfig freeDineConfig;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user