skyouc
12 小时以前 90cf24d60788e9228f02ffd96539d09c9b1c6bd1
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> {
 
}