AI智能工牌的门店管理, 销售管理 , 项目管理, 客户管理, 设备管理, 录音管理, 视频管理 ,代码骨架
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
package com.rj.service.impl;
|
||||
|
||||
import com.rj.entity.DeviceManagement;
|
||||
import com.rj.mapper.DeviceManagementMapper;
|
||||
import com.rj.service.IDeviceManagementService;
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 设备管理表 服务实现类
|
||||
* </p>
|
||||
*
|
||||
* @author 李中华 ,spllzh
|
||||
* @since 2025-08-07
|
||||
*/
|
||||
@Service
|
||||
public class DeviceManagementServiceImpl extends ServiceImpl<DeviceManagementMapper, DeviceManagement> implements IDeviceManagementService {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user