自动化立体仓库 - WMS系统
lty
2025-06-24 dcae969ee04f67b6dc46f3ca061116f44558307a
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> {
 
}