yangys
2024-05-09 60e317f7782c718d28920060fd686d2092c99c1e
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);