package com.qianwen.smartman.modules.system.service; import com.baomidou.mybatisplus.extension.service.IService; import com.qianwen.smartman.modules.system.entity.BasCodeRuleEntry; public interface IBasCoderuleEntryService extends IService { }