自动化立体仓库 - WMS系统
lty
2025-08-16 79e7e279d27a922ef8a34d7169a43fda4d59f029
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> {
 
}