yangyang
2025-07-17 baee4b842a1759a9ac2b7b90158d757ed6a83371
1
2
3
4
5
6
7
8
package com.zy.asrs.wms.asrs.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.zy.asrs.wms.asrs.entity.WaveDetlLog;
 
public interface WaveDetlLogService extends IService<WaveDetlLog> {
 
}