自动化立体仓库 - WCS系统
#
zjj
2024-06-05 f8c8d0f2bedddddfb856a485441abbb50fa1ea6d
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> {
 
}