mirror of
https://github.com/Hello-hao/Tbed.git
synced 2024-04-21 12:32:10 +00:00
2019-08-15更新
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package cn.hellohao.service;
|
||||
|
||||
import cn.hellohao.dao.SysConfigMapper;
|
||||
import cn.hellohao.pojo.SysConfig;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
/**
|
||||
* @author Hellohao
|
||||
* @version 1.0
|
||||
* @date 2019/8/15 13:46
|
||||
*/
|
||||
@Service
|
||||
public interface SysConfigService {
|
||||
SysConfig getstate();
|
||||
Integer setstate(SysConfig sysConfig);
|
||||
}
|
||||
Reference in New Issue
Block a user