update Dms报警类型维护关联设备大类、设备类型字段
parent
7634a410e8
commit
d417e53c78
@ -0,0 +1,14 @@
|
||||
package org.dromara.dms.mapper;
|
||||
|
||||
import org.dromara.common.mybatis.core.mapper.BaseMapperPlus;
|
||||
import org.dromara.dms.domain.DmsBaseDeviceCategory;
|
||||
|
||||
/**
|
||||
* 设备大类信息Mapper接口
|
||||
*
|
||||
* @author Yinq
|
||||
* @date 2025-02-21
|
||||
*/
|
||||
public interface DmsDeviceCategoryMapper extends BaseMapperPlus<DmsBaseDeviceCategory, DmsBaseDeviceCategory> {
|
||||
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
package org.dromara.dms.mapper;
|
||||
|
||||
import org.dromara.common.mybatis.core.mapper.BaseMapperPlus;
|
||||
import org.dromara.dms.domain.DmsBaseDeviceType;
|
||||
|
||||
/**
|
||||
* 设备大类信息Mapper接口
|
||||
*
|
||||
* @author Yinq
|
||||
* @date 2025-02-21
|
||||
*/
|
||||
public interface DmsDeviceTypeMapper extends BaseMapperPlus<DmsBaseDeviceType, DmsBaseDeviceType> {
|
||||
|
||||
}
|
Loading…
Reference in New Issue