|
|
|
@ -1,6 +1,7 @@
|
|
|
|
|
package cn.estsh.i3plus.pojo.model.softswitch;
|
|
|
|
|
|
|
|
|
|
import cn.estsh.i3plus.pojo.base.annotation.AnnoOutputColumn;
|
|
|
|
|
import cn.estsh.i3plus.pojo.base.common.Pager;
|
|
|
|
|
import cn.estsh.i3plus.pojo.base.enumutil.CommonEnumUtil;
|
|
|
|
|
import cn.estsh.i3plus.pojo.softswitch.bean.BsSocketSuitCase;
|
|
|
|
|
import cn.estsh.i3plus.pojo.softswitch.bean.BsSuitCase;
|
|
|
|
@ -29,7 +30,10 @@ public class BsSuitCaseModel {
|
|
|
|
|
|
|
|
|
|
@ApiParam(value = "socket适配套件")
|
|
|
|
|
private BsSocketSuitCase bsSocketSuitCase;
|
|
|
|
|
|
|
|
|
|
@ApiParam(value = "Web Service 适配套件")
|
|
|
|
|
private BsSuitCaseWebService webService;
|
|
|
|
|
|
|
|
|
|
@ApiParam(value = "分页数据")
|
|
|
|
|
private Pager pager;
|
|
|
|
|
}
|
|
|
|
|