#
Junjie
1 天以前 b2e425f75547358843f3a39a827289cd4a29a476
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> {
}