自动化立体仓库 - WMS系统
#1
lsh
5 天以前 cc7e3b8736496da240a6cd2a5e13d7a152d125c2
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.RowLastnoType;
import com.baomidou.mybatisplus.service.IService;
 
public interface RowLastnoTypeService extends IService<RowLastnoType> {
 
}