We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73db9e1 commit 69859e9Copy full SHA for 69859e9
dict-provider-sql/src/main/java/com/admin4j/dict/provider/sql/impl/PropertiesSqlDictService.java
@@ -19,9 +19,9 @@
19
public class PropertiesSqlDictService implements SqlDictService {
20
21
22
- private final SqlDictProperties sqlDictProperties;
+ protected final SqlDictProperties sqlDictProperties;
23
24
- private final SqlDictManager sqlDictManager;
+ protected final SqlDictManager sqlDictManager;
25
26
/**
27
* 通过 字典code 获取字典显示值
0 commit comments