|
@@ -18,4 +18,6 @@ public interface ConfigsService {
|
|
|
void update(List<Configs> data);
|
|
void update(List<Configs> data);
|
|
|
|
|
|
|
|
List<Configs> getListByConmapyId(Long companyId);
|
|
List<Configs> getListByConmapyId(Long companyId);
|
|
|
|
|
+
|
|
|
|
|
+ String getConfigDataBycode(String code);
|
|
|
}
|
|
}
|