Pu Zhibing
4 天以前 a878aac2cc6d82a870056d8fd2bf7584fa4659ca
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> {
 
}