退运流程的基础文件提交
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.njcn.supervision.mapper.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.njcn.supervision.pojo.po.device.QuitRunningDevice;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* Mapper 接口
|
||||
* </p>
|
||||
*
|
||||
* @author hongawen
|
||||
* @since 2024-05-13
|
||||
*/
|
||||
public interface QuitRunningDeviceMapper extends BaseMapper<QuitRunningDevice> {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.njcn.supervision.mapper.mapper.QuitRunningDeviceMapper">
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user