AcpCommentsMapper.java 187 Bytes
package com.cnlive.shenhe.mapper;

import com.cnlive.shenhe.entity.AcpComments;
import tk.mybatis.mapper.common.Mapper;

public interface AcpCommentsMapper extends Mapper<AcpComments> {
}