#
Junjie
2023-10-26 fb7fb0abb4386c13c7712cc9a7bee80b3c2cb72c
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.BasLiftErr;
import com.baomidou.mybatisplus.service.IService;
 
public interface BasLiftErrService extends IService<BasLiftErr> {
 
}