*
lsh
6 天以前 ab8d3b72f79b835ea3d7e630839b1bc6e249b8a5
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> {
 
}