#
Junjie
2025-02-13 bc3f3c1554e287b6c4969e23a43052f19bf95e72
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.BasShuttleOpt;
import com.baomidou.mybatisplus.service.IService;
 
public interface BasShuttleOptService extends IService<BasShuttleOpt> {
 
}