@@ -94,4 +94,9 @@ public class MenuEntity {
@TableLogic
private Integer status;
+ /** 备注 */
+ @ApiModelProperty(value = "备注")
+ private String remark;
+
}