自动化立体仓库 - WCS系统
Junjie
2023-05-17 1139fca85eab3102e2aff0edbd5756e538e05577
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.CommandInfo;
import com.baomidou.mybatisplus.service.IService;
 
public interface CommandInfoService extends IService<CommandInfo> {
 
}