Pu Zhibing
2025-01-07 9132e2eefdd4038e3e4390bd72c689cc7b315cd1
1
2
3
4
5
6
7
8
package com.ruoyi.integration.mongodb.service;
 
import com.ruoyi.integration.api.model.EndCharge;
import com.ruoyi.integration.mongodb.base.BaseService;
 
public interface EndChargeService extends BaseService<EndCharge> {
 
}