自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-15 c22fcebe5f0b183935f3ef833ae2eafe8f18519a
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> {
 
}