wuxw
2024-01-22 afe3952e5fbf565cba6a2e4da82eec89f383fd4c
1
2
3
4
5
6
7
8
9
10
11
12
package com.java110.job.adapt.hcIotNew;
 
import com.java110.dto.owner.OwnerDto;
 
public interface IOwnerDataToIot {
 
    /**
     * 同步业主数据
     * @param ownerDto
     */
    void sendOwnerData(OwnerDto ownerDto);
}