自动化立体仓库 - WMS系统
1
ZY
2025-03-31 9ed4cb53a2c643b879f993537f5a2793fba56ba1
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> {
 
}