公告板
版本库
活动
搜索
登录
java
/
qijisheng
岐济生
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
1.完善swagger配置配置信息 2.shop实体类添加字段:1.封面图 2.详情图 3.添加购物车实体类、mapper、service、contr...
phpcjl
2024-11-25
1364b5595d2d9d0cfe0bb5c1f0eb825679b7561a
[java/qijisheng.git]
/
ruoyi-service
/
ruoyi-other
/
src
/
main
/
java
/
com
/
ruoyi
/
other
/
service
/
IAgreementService.java
1
2
3
4
5
6
7
8
9
10
11
package com.ruoyi.other.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.other.api.model.Agreement;
/**
* @author zhibing.pu
* @Date 2024/11/21 10:46
*/
public interface IAgreementService extends IService<Agreement> {
}