自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-07-16 cc70051a8165ca1531cff8d76a74e5d2b9efcfcc
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> {
 
}