#
Junjie
4 天以前 e02c0184b9fccc51ac39bb9cfe33ad363c5e681a
1
2
3
4
5
6
7
package com.zy.asrs.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.BasOutArea;
 
public interface BasOutAreaService extends IService<BasOutArea> {
}