自动化立体仓库 - WMS系统
chen.llin
9 天以前 5e2f50abc5e7cb3970e67b490d0c578c0b10f1bc
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> {
 
}