doum
10 天以前 f4d592f3626f94117d8a4eb22176a28290931980
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> {
}