yangys
2024-04-09 2f68a81d6016d439a50c045fe7b25b3e58b5b420
smart-man-boot/src/main/java/com/qianwen/smartman/common/cache/CodeRuleCache.java
@@ -5,7 +5,6 @@
import com.qianwen.core.tool.utils.SpringUtil;
import com.qianwen.smartman.modules.system.service.IBasCoderuleService;
/* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/common/cache/CodeRuleCache.class */
public class CodeRuleCache {
    private static final String BILL_FORM_ID_EXIST = "codeRule:billFormId:exist:";
    private static final IBasCoderuleService basCoderuleService = (IBasCoderuleService) SpringUtil.getBean(IBasCoderuleService.class);