Junjie
23 小时以前 5a2bd164d3a831e39bf0defaddf181a97de36993
1
2
3
4
5
6
7
package com.zy.asrs.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.zy.asrs.entity.BasStationErrLog;
 
public interface BasStationErrLogService extends IService<BasStationErrLog> {
}