mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-13 03:39:55 +08:00
update
This commit is contained in:
@@ -20,6 +20,12 @@ import java.util.List;
|
|||||||
@NoArgsConstructor
|
@NoArgsConstructor
|
||||||
@Builder
|
@Builder
|
||||||
public class MemberVO {
|
public class MemberVO {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* id
|
||||||
|
*/
|
||||||
|
private Long Id;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 会员Id
|
* 会员Id
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -205,6 +205,7 @@
|
|||||||
|
|
||||||
<select id="selectMemberList" resultType="com.jsowell.pile.vo.uniapp.customer.MemberVO">
|
<select id="selectMemberList" resultType="com.jsowell.pile.vo.uniapp.customer.MemberVO">
|
||||||
SELECT
|
SELECT
|
||||||
|
t1.id as id,
|
||||||
t1.merchant_id as merchantId,
|
t1.merchant_id as merchantId,
|
||||||
t3.merchant_name as merchantName,
|
t3.merchant_name as merchantName,
|
||||||
t1.member_id as memberId,
|
t1.member_id as memberId,
|
||||||
|
|||||||
Reference in New Issue
Block a user