自动化立体仓库 - WMS系统
skyouc
9 小时以前 4693c6fa42d2cb72594b6b58e9fab9e0d4c224aa
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.WrkLastno;
 
public interface WrkLastnoService extends IService<WrkLastno> {
 
}