999
zhangc
2025-04-20 6dea42fd8f806807982866c1821a66da725eabca
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.BasShuttle;
import com.baomidou.mybatisplus.service.IService;
 
public interface BasShuttleService extends IService<BasShuttle> {
 
}