doum
2026-06-17 ea689dd91eaa72425dc01759042c3b4eb2186512
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> {
}