自动化立体仓库 - WCS系统
#
18516761980
2022-08-10 99af4b0477ef74892989f80b429ef0fe334b622a
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> {
 
}