自动化立体仓库 - WCS系统
#
zjj
2024-11-13 1cc21b53d3ffc35d37f0dd2dc4bb924f2278c278
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.StaDesc;
 
public interface StaDescService extends IService<StaDesc> {
 
}