#
Junjie
18 小时以前 a8e8b92a28fd7b48b6eeae2f2f859ba381a39614
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> {
 
}