自动化立体仓库 - WMS系统
1
zhangc
2025-04-17 bdfe4b740175f29858c870d710ec6ff5d4dc6ef0
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.WrkMastDetlLog;
import com.baomidou.mybatisplus.service.IService;
 
public interface WrkMastDetlLogService extends IService<WrkMastDetlLog> {
 
}