自动化立体仓库 - WMS系统
#
qlsxk
2025-09-27 4f11825e27f1180250ace0fdedf3435142257c00
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> {
 
}