自动化立体仓库 - WCS系统
lty
2025-03-24 de9702be46355443acf6522bcd7c6adc01547091
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.CommandInfoLog;
import com.baomidou.mybatisplus.service.IService;
 
public interface CommandInfoLogService extends IService<CommandInfoLog> {
 
}