*
lsh
3 天以前 b40ae90237b1ce741dae89aed09047d0dfbffcf1
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> {
 
}