iotadmin/src/main/java/com/lp/service/base/IotLoggingService.java

9 lines
130 B
Java

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