mirror of
https://github.com/Hello-hao/Tbed.git
synced 2024-04-21 12:32:10 +00:00
10 lines
147 B
Java
10 lines
147 B
Java
package cn.hellohao.service;
|
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
@Service
|
|
public interface NoticeService {
|
|
|
|
String getNotice();
|
|
}
|