*
hmpc
2025-01-13 9f2269f2cb27e7b8fbc76b5aeb308a066c211ee4
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.BasCircularShuttle;
import com.baomidou.mybatisplus.service.IService;
 
public interface BasCircularShuttleService extends IService<BasCircularShuttle> {
 
}