| | |
| | | package com.yeshi.fanli.service.inter.config;
|
| | |
|
| | | import com.yeshi.fanli.entity.system.BusinessSystem;
|
| | | import com.yeshi.fanli.exception.NotExistObjectException;
|
| | |
|
| | | public interface SystemConfigService {
|
| | | |
| | | public String get(String key) throws NotExistObjectException;
|
| | | |
| | | public String get(String key, BusinessSystem system);
|
| | |
|
| | | }
|
| | | package com.yeshi.fanli.service.inter.config; |
| | | |
| | | import com.yeshi.fanli.entity.system.BusinessSystem; |
| | | import com.yeshi.fanli.exception.NotExistObjectException; |
| | | |
| | | public interface SystemConfigService { |
| | | |
| | | public String get(String key) throws NotExistObjectException; |
| | | |
| | | public String get(String key, BusinessSystem system); |
| | | |
| | | } |