自动化立体仓库 - WMS系统
zjj
2025-02-12 974bc341867f0a64303953b68ebb2d4af6c4235c
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> {
 
}