This commit is contained in:
YAS\29473
2025-12-15 15:50:11 +08:00
parent 9e0504f2cd
commit c1b620ff46
2 changed files with 7 additions and 0 deletions

View File

@@ -20,6 +20,12 @@ import java.util.List;
@NoArgsConstructor @NoArgsConstructor
@Builder @Builder
public class MemberVO { public class MemberVO {
/**
* id
*/
private Long Id;
/** /**
* 会员Id * 会员Id
*/ */

View File

@@ -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,