用户积分列表2
This commit is contained in:
@@ -11,5 +11,5 @@ public class PointsShopListVO {
|
||||
private String logo;
|
||||
private String coverImg;
|
||||
private Long shopId;
|
||||
private Integer accountPoints;
|
||||
private Integer pointBalance;
|
||||
}
|
||||
|
||||
@@ -1,11 +1,8 @@
|
||||
package com.czg.market.service;
|
||||
|
||||
import com.czg.account.vo.PointsShopListVO;
|
||||
import com.czg.market.entity.MkPointsUserRecord;
|
||||
import com.mybatisflex.core.paginate.Page;
|
||||
import com.mybatisflex.core.service.IService;
|
||||
import com.czg.market.entity.MkPointsUserRecord;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 会员积分变动记录 服务层。
|
||||
|
||||
Reference in New Issue
Block a user