doum
9 天以前 0201c32312f6478b2bde706607c8c6338e9e1d06
1
2
3
4
5
6
7
package com.doumee.dao.business;
 
import com.doumee.dao.business.model.YwConditionerGatewayLog;
import com.github.yulichang.base.MPJBaseMapper;
 
public interface YwConditionerGatewayLogMapper extends MPJBaseMapper<YwConditionerGatewayLog> {
}