公告板
版本库
filestore
活动
搜索
登录
2025
/
platformx-business-finance
冀中装备集团业财项目后台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
feat:石煤机加工承揽合同模版以及统计数据测试调整
shiyunteng
2026-05-25
5d080021659f60d24671d82d11c2db62b66075cd
[2025/platformx-business-finance.git]
/
platformx-business-finance-biz
/
src
/
main
/
java
/
com
/
by4cloud
/
platformx
/
business
/
service
/
PlanSubjectMatterService.java
1
2
3
4
5
6
7
8
package com.by4cloud.platformx.business.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.by4cloud.platformx.business.entity.PlanSubjectMatter;
public interface PlanSubjectMatterService extends IService<PlanSubjectMatter> {
}