package com.qianwen.smartman.modules.system.service;
|
|
import com.baomidou.mybatisplus.extension.service.IService;
|
import com.qianwen.smartman.modules.system.entity.BasCodeRuleEntry;
|
|
/* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/system/service/IBasCoderuleEntryService.class */
|
public interface IBasCoderuleEntryService extends IService<BasCodeRuleEntry> {
|
}
|