Pu Zhibing
10 天以前 6209aee60fd4a4a0253a701659c411e4dc35063b
1
2
3
4
5
6
7
8
package com.stylefeng.guns.modular.account.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.stylefeng.guns.modular.system.model.ElectronicLedger;
 
public interface ElectronicLedgerService extends IService<ElectronicLedger> {
 
}