代码调整

This commit is contained in:
2023-05-30 14:12:13 +08:00
parent 084581fc93
commit 2a443753f2
27 changed files with 428 additions and 476 deletions

View File

@@ -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> {
}