doum
3 天以前 3c7399c25c0f35c8aa7cb6af1935e31d1a3f0102
1
2
3
4
5
6
7
8
9
package com.doumee.dao.business;
 
import com.doumee.dao.business.model.YwElectricalActions;
import com.github.yulichang.base.MPJBaseMapper;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface YwElectricalActionsMapper extends MPJBaseMapper<YwElectricalActions> {
}