仪表盘
版本库
文件存储
活动
搜索
登录
productDev
/
funingyunwei
阜宁运维项目
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
新增智能电表、空调管理
doum
3 天以前
7ec3683c8e41460f4bb0bd3a6677198742313e2b
[productDev/funingyunwei.git]
/
server
/
visits
/
dmvisit_service
/
src
/
main
/
java
/
com
/
doumee
/
dao
/
business
/
YwCustomerConditionerMapper.java
1
2
3
4
5
6
7
package com.doumee.dao.business;
import com.doumee.dao.business.model.YwCustomerConditioner;
import com.github.yulichang.base.MPJBaseMapper;
public interface YwCustomerConditionerMapper extends MPJBaseMapper<YwCustomerConditioner> {
}