#
Junjie
8 天以前 2c1e3b7b10c0d4afbf09a9151e132f1ee85b9c6f
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> {
 
}