Junjie
2023-12-08 da75d59a0ef04ce6b2d6c54b54e4360ed2aaee3b
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.BasLift;
import com.baomidou.mybatisplus.service.IService;
 
public interface BasLiftService extends IService<BasLift> {
 
}