代码调整
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.njcn.csdevice.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.njcn.csdevice.pojo.po.CsEngineeringUserPO;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 工程用户关系表 Mapper 接口
|
||||
* </p>
|
||||
*
|
||||
* @author xuyang
|
||||
* @since 2023-05-29
|
||||
*/
|
||||
public interface CsEngineeringUserMapper extends BaseMapper<CsEngineeringUserPO> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user