自动化立体仓库 - WMS系统
zhangc
2025-03-06 61865754d0cd0fd08480ebe746b06299b5e8d395
1
2
3
4
5
6
7
8
9
10
11
12
package com.zy.asrs.service.impl;
 
import com.zy.asrs.mapper.WrkMastDetlLogMapper;
import com.zy.asrs.entity.WrkMastDetlLog;
import com.zy.asrs.service.WrkMastDetlLogService;
import com.baomidou.mybatisplus.service.impl.ServiceImpl;
import org.springframework.stereotype.Service;
 
@Service("wrkMastDetlLogService")
public class WrkMastDetlLogServiceImpl extends ServiceImpl<WrkMastDetlLogMapper, WrkMastDetlLog> implements WrkMastDetlLogService {
 
}