package com.gear.swx.service; import com.baomidou.mybatisplus.extension.service.IService; import com.gear.swx.domain.SwxSettings; /** * 系统参数Service接口 * * @author czx * @date 2023-11-18 */ public interface ISwxSettingsService extends IService { }