#init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.maibu.mapper;
|
||||
|
||||
import com.fastbee.entity.IoTDADeviceSecret;
|
||||
import com.fastbee.framework.mybatis.mapper.BaseMapperX;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
/**
|
||||
* 设备历史状态
|
||||
*/
|
||||
@Repository
|
||||
public interface IoTDADeviceSecretMapper extends BaseMapperX<IoTDADeviceSecret> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user