记录和shopUser 问题
This commit is contained in:
@@ -5,6 +5,7 @@ import com.czg.account.entity.ShopExtend;
|
||||
import com.czg.account.entity.ShopInfo;
|
||||
import com.czg.account.entity.ShopUser;
|
||||
import com.czg.account.vo.FreeDineConfigVO;
|
||||
import com.czg.market.entity.MkPointsUser;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
|
||||
@@ -54,4 +55,9 @@ public class ShopUserDetailDTO extends ShopUser {
|
||||
*/
|
||||
private FreeDineConfigVO freeDineConfig;
|
||||
|
||||
/**
|
||||
* 积分信息
|
||||
*/
|
||||
private MkPointsUser pointsUser;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user