生成接口

This commit is contained in:
JR
2025-07-18 10:12:48 +08:00
parent 31dd4f4f12
commit e7479aec2c
115 changed files with 7371 additions and 7 deletions

View File

@@ -0,0 +1,15 @@
package com.klp.mapper;
import com.klp.domain.WmsSchedulePlan;
import com.klp.domain.vo.WmsSchedulePlanVo;
import com.klp.common.core.mapper.BaseMapperPlus;
/**
* 排产计划Mapper接口
*
* @author JR
* @date 2025-07-18
*/
public interface WmsSchedulePlanMapper extends BaseMapperPlus<WmsSchedulePlanMapper, WmsSchedulePlan, WmsSchedulePlanVo> {
}