Files
klp-oa/klp-flow/src/main/java/com/klp/flow/mapper/TsPlanExecuteRelMapper.java

16 lines
407 B
Java
Raw Normal View History

package com.klp.flow.mapper;
import com.klp.flow.domain.TsPlanExecuteRel;
import com.klp.flow.domain.vo.TsPlanExecuteRelVo;
import com.klp.common.core.mapper.BaseMapperPlus;
/**
* 最终方案下发部门及执行反馈Mapper接口
*
* @author klp
* @date 2026-06-18
*/
public interface TsPlanExecuteRelMapper extends BaseMapperPlus<TsPlanExecuteRelMapper, TsPlanExecuteRel, TsPlanExecuteRelVo> {
}