skyouc
5 天以前 c4b7b62fba0585dcf8a8d97262e78dabd9a2f9fb
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> {
 
}