|
|
@ -52,7 +52,7 @@ public class SysMenu extends BaseBean {
|
|
|
|
@Column(name="SOFT_TYPE")
|
|
|
|
@Column(name="SOFT_TYPE")
|
|
|
|
@ApiParam(value ="产品类型", example = "0",access = "softTyp DOC: http://doc.estsh.com/docs/i3plus_api/i3plus_api-impp")
|
|
|
|
@ApiParam(value ="产品类型", example = "0",access = "softTyp DOC: http://doc.estsh.com/docs/i3plus_api/i3plus_api-impp")
|
|
|
|
@AnnoOutputColumn
|
|
|
|
@AnnoOutputColumn
|
|
|
|
private Integer softTyp;
|
|
|
|
private Integer softType;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="MENU_TYPE")
|
|
|
|
@Column(name="MENU_TYPE")
|
|
|
|
@ApiParam(value ="功能类型" , example ="-1" ,access = "枚举:1.模块,2.菜单,3.按钮")
|
|
|
|
@ApiParam(value ="功能类型" , example ="-1" ,access = "枚举:1.模块,2.菜单,3.按钮")
|
|
|
|