公告板
版本库
filestore
活动
搜索
登录
孔德强
/
platformx-device
设备租赁平台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
fix: 年度投资计划
kongdeqiang
2025-03-28
dc0dc216eec524e67ce19f820d2501a3798fcfe0
[~kongdeqiang/platformx-device.git]
/
platformx-device-biz
/
src
/
main
/
java
/
com
/
by4cloud
/
platformx
/
device
/
service
/
InvestmentPlanService.java
1
2
3
4
5
6
7
8
package com.by4cloud.platformx.device.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.by4cloud.platformx.device.entity.InvestmentPlan;
public interface InvestmentPlanService extends IService<InvestmentPlan> {
}