自动化立体仓库 - WMS系统
luxiaotao1123
2022-03-23 54c3ee8eea3db137b8971b2af63f62a2feae15ae
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.DocType;
import com.baomidou.mybatisplus.service.IService;
 
public interface DocTypeService extends IService<DocType> {
 
}