自动化立体仓库 - WCS系统
#
LSH
2023-10-12 4a06fe15a333805d0f8678fde6274b9c20d13602
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> {
 
}