update 预约充电记录

This commit is contained in:
Guoqs
2024-08-05 15:46:59 +08:00
parent 828d756363
commit 58d7974d3c
11 changed files with 111 additions and 24 deletions

View File

@@ -2,6 +2,7 @@ package com.jsowell.pile.mapper;
import java.util.List;
import com.jsowell.pile.domain.PileMemberRelation;
import com.jsowell.pile.vo.uniapp.customer.MemberVO;
import org.springframework.stereotype.Repository;
/**
@@ -71,4 +72,6 @@ public interface PileMemberRelationMapper
int deleteRelationByIds(List<Integer> ids);
List<MemberVO> selectMemberList(String pileSn);
}