李白
2026-05-15 a0a32468bd6f5e887938674d3c2cf70cc2f555b8
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> {
 
}