yangys
2024-04-10 fb000ab0c400b27d10c431133e68f98895717c52
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);