自动化立体仓库 - WCS系统
#
Junjie
2023-12-02 d6e4dfb1ac4c9bc1cff025d6215cd5023fd7a17e
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> {
 
}