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