自动化立体仓库 - WCS系统
#
tqs
2022-12-06 0dd8ea62972ac8e662e784672714d836487d4dd4
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> {
 
}