skyouc
2025-06-21 6405797f75baa9985cc97bdfa8719417ce3b973f
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.WaveLog;
 
public interface WaveLogService extends IService<WaveLog> {
 
}