自动化立体仓库 - WCS系统
#
lsh
2022-10-07 b54415eece727c45a9755a4355df90c69aa17434
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> {
 
}