#
Junjie
2026-01-16 8b9a61f7a38b2f5c8a13a82cd89e85aa47ea1ea3
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.BasDevp;
import com.baomidou.mybatisplus.service.IService;
 
public interface BasDevpService extends IService<BasDevp> {
 
}