AjhWasteSolidContractMapper.java 357 字节
package com.skua.modules.ajh.mapper;

import java.util.List;

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

/**
 * 三废:一般固废:合同管理
 */
public interface AjhWasteSolidContractMapper extends BaseMapper<AjhWasteSolidContract> {

}