package com.gear.swx.service; import com.baomidou.mybatisplus.extension.service.IService; import com.gear.swx.domain.SwxLoanRecord; /** * 贷款记录Service接口 * * @author czx * @date 2023-11-18 */ public interface ISwxLoanRecordService extends IService { }