大屏项目初始化
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.mini.mybigscreen.biz.service;
|
||||
|
||||
import com.mini.mybigscreen.biz.domain.Notes;
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 便签管理表 服务类
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2026-03-08
|
||||
*/
|
||||
public interface NotesService extends IService<Notes> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user