package com.lp.service.base;
public interface IotLoggingService {
void writeLog(int type, int obj_type, Object data);
}