pjb
2025-06-21 4bcccb320474ec651a603c211afb98f0474258b3
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> {
 
}