公告板
版本库
filestore
活动
搜索
登录
main
/
zhangshi_app_backend
张氏APP 后台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
增加了 查询的路径
feige
2023-09-15
f51250cb93f590b8e5f8c64489b999a4b1075b5c
[zhangshi_app_backend.git]
/
zhang-content
/
src
/
main
/
java
/
com
/
ruoyi
/
service
/
esService.java
1
2
3
4
5
6
7
package com.ruoyi.service;
import com.ruoyi.common.core.domain.entity.EsModel;
public interface esService {
public int insertTable(EsModel esModel);
}