#
zjj
3 天以前 c904f735e0b8a488ef56744c08f8e10258639bce
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.BasExt;
import com.baomidou.mybatisplus.service.IService;
 
public interface BasExtService extends IService<BasExt> {
 
}