自动化立体仓库 - WCS系统
Junjie
2023-08-02 3963696f8565d1e0a88c00b360fc38afa466e28f
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.RowLastno;
 
public interface RowLastnoService extends IService<RowLastno> {
 
}