1
2
3
4
5
6
7
8
9
10
11
12
13
14
| package com.java110.api.bmo.area;
|
| import com.java110.api.bmo.IApiBaseBMO;
|
| /**
| * @ClassName IAreaSMO
| * @Description TODO
| * @Author wuxw
| * @Date 2020/3/9 20:46
| * @Version 1.0
| * add by wuxw 2020/3/9
| **/
| public interface IAreaBMO extends IApiBaseBMO {
| }
|
|