自动化立体仓库 - WMS系统
#
whycq
2024-04-23 071f3021f4ba872c572a4c59dd8ce9ea2d3c9106
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.RequestLog;
 
public interface RequestLogService extends IService<RequestLog> {
 
}