*
lsh
2024-10-23 bedcf032da67df5e9b7c6a7d24a4f23114409f8f
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> {
 
}