Commit 84e2e3e3 authored by fangxinjiang's avatar fangxinjiang

列表查询菜单ID

parent da250fa7
......@@ -64,5 +64,10 @@ public class BaseEntity implements Serializable {
@TableField(fill = FieldFill.INSERT_UPDATE)
@ExcelIgnore
private LocalDateTime updateTime;
/**
* 菜单ID 获取查询权限使用
*/
@TableField(exist = false)
private String mId;
}
......@@ -16,6 +16,7 @@
*/
package com.yifu.cloud.plus.v1.yifu.social.vo;
import com.baomidou.mybatisplus.annotation.TableField;
import com.yifu.cloud.plus.v1.yifu.social.entity.TIncome;
import io.swagger.v3.oas.annotations.media.Schema;
import lombok.Data;
......@@ -55,4 +56,9 @@ public class TIncomeSearchVo extends TIncome {
@Schema(description = "查询limit 数据条数")
private int limitEnd;
/**
* 菜单ID 获取查询权限使用
*/
@TableField(exist = false)
private String mId;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment