import ServiceBase from "./ServiceBase"; /** * 其他收支服务 */ export default class OtherInOutService extends ServiceBase { async getList() { } async otherInOut() { } async exportOtherInOutLog() { } }