自动化立体仓库 - WMS系统
#
Junjie
2025-06-18 9bd458efb5a15774f8d04662fc83f94337f31d0c
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.DocLog;
 
public interface DocLogService extends IService<DocLog> {
 
}