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