自动化立体仓库 - WMS系统
zhangc
2024-12-06 03b0ea7369dcba72b560ec80f941f9d29ff7b9a5
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.FlowLog;
import com.baomidou.mybatisplus.service.IService;
 
public interface FlowLogService extends IService<FlowLog> {
 
}