zjj
2024-07-09 1de5f5e75398f8da0ebd3c63d389b8d960a60858
1
2
3
4
5
6
7
8
package com.zy.asrs.wcs.core.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.zy.asrs.wcs.core.entity.MotionLog;
 
public interface MotionLogService extends IService<MotionLog> {
 
}