#
Junjie
2025-12-15 a7b3a8daa00d1f36f20fb64a5ec9ce5842e94b44
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.BasStationOpt;
import com.baomidou.mybatisplus.service.IService;
 
public interface BasStationOptService extends IService<BasStationOpt> {
 
}