排产增删改查

This commit is contained in:
2025-07-15 16:14:56 +08:00
parent b717b07049
commit 6b53156e1e
8 changed files with 39 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ import com.ruoyi.common.core.mapper.BaseMapperPlus;
/**
* 项目排产Mapper接口
*
* @author liujingchao
* @author ruoyi
* @date 2025-07-15
*/
public interface OaReportScheduleMapper extends BaseMapperPlus<OaReportScheduleMapper, OaReportSchedule, OaReportScheduleVo> {