| | |
| | | import com.doumee.core.model.LoginUserInfo; |
| | | import com.doumee.core.model.PageData; |
| | | import com.doumee.core.model.PageWrap; |
| | | import com.doumee.dao.business.dto.YwConditionerEditDTO; |
| | | import com.doumee.dao.business.dto.YwConditionerLockDTO; |
| | | import com.doumee.dao.business.dto.YwConditionerOperateDTO; |
| | | import com.doumee.dao.business.model.YwConditioner; |
| | |
| | | PageData<YwConditionerActions> historyPage(PageWrap<YwConditionerActions> pageWrap); |
| | | |
| | | List<Map<String, Object>> gatewayOptions(); |
| | | |
| | | PageData<YwConditioner> findDeviceManagePage(PageWrap<YwConditioner> pageWrap); |
| | | |
| | | YwConditionerEditDTO getManageDetail(Integer id); |
| | | |
| | | void updateManageDetail(YwConditionerEditDTO dto, LoginUserInfo user); |
| | | } |