会员组移除站点

This commit is contained in:
2024-02-23 15:06:29 +08:00
parent 11a7e4c199
commit fae000e072
7 changed files with 52 additions and 4 deletions

View File

@@ -170,6 +170,8 @@ public interface PileBillingTemplateService {
List<PileBillingDetail> queryBillingDetailById(Long id);
int deletePreferentialBillingTemplate(String stationId);
// 批量查询站点计费模板
List<BillingTemplateVO> selectBillingTemplateByStationIdList(List<String> stationIdList);