package com.gear.swx.service; import com.baomidou.mybatisplus.extension.service.IService; import com.gear.swx.domain.SwxLoanSettings; /** * 贷款管理Service接口 * * @author czx * @date 2023-11-20 */ public interface ISwxLoanSettingsService extends IService { }