自动化立体仓库 - WMS系统
13
zhang
7 天以前 29bd10e6981aa5cfcd087dd9695f3d926925f847
src/main/java/com/zy/asrs/service/impl/TagServiceImpl.java
@@ -3,10 +3,10 @@
import com.baomidou.mybatisplus.mapper.EntityWrapper;
import com.baomidou.mybatisplus.service.impl.ServiceImpl;
import com.core.exception.CoolException;
import org.springframework.stereotype.Service;
import com.zy.asrs.entity.Tag;
import com.zy.asrs.mapper.TagMapper;
import com.zy.asrs.service.TagService;
import org.springframework.stereotype.Service;
@Service("tagService")
public class TagServiceImpl extends ServiceImpl<TagMapper, Tag> implements TagService {