AjhPlanScheduleInfoMapper.java 343 字节
package com.skua.modules.ajh.mapper;

import java.util.List;

import org.apache.ibatis.annotations.Param;
import com.skua.modules.ajh.entity.AjhPlanScheduleInfo;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;

/**
 * 经营方案审批父类
 */
public interface AjhPlanScheduleInfoMapper extends BaseMapper<AjhPlanScheduleInfo> {

}