自动化立体仓库 - WCS系统
luxiaotao1123
2020-09-11 694cb2277a3d7ad141ef9f0418d631a77f472673
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.MatCode;
 
public interface MatCodeService extends IService<MatCode> {
 
}