package com.mes.hollow.service.impl;
|
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
import com.mes.hollow.entity.BigStorageCageHollow;
|
import com.mes.hollow.mapper.BigStorageCageHollowMapper;
|
import com.mes.hollow.service.BigStorageCageHollowService;
|
import org.springframework.stereotype.Service;
|
|
/**
|
* (BigStorageCageHollow)表服务实现类
|
*
|
* @author makejava
|
* @since 2024-11-21 09:22:46
|
*/
|
@Service
|
public class BigStorageCageHollowServiceImpl extends ServiceImpl<BigStorageCageHollowMapper, BigStorageCageHollow> implements BigStorageCageHollowService {
|
|
}
|