Junjie
2023-08-02 79faeb50583ce89fb741c76986e41a3666f91c11
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> {
 
}