自动化立体仓库 - WMS系统
admin
2021-08-27 20369411f16253b8fb7dca2ae36016672559575d
1
2
3
4
5
6
7
8
package com.zy.ints.service;
 
import com.zy.ints.entity.WaitMatchkLog;
import com.baomidou.mybatisplus.service.IService;
 
public interface WaitMatchkLogService extends IService<WaitMatchkLog> {
 
}