From 2b430bf3f4d6e84bd7ad351a6bcdd1d3a08c4630 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期六, 17 二月 2024 10:38:22 +0800 Subject: [PATCH] # --- zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/sys/entity/Menu.java | 17 +++++++++++------ 1 files changed, 11 insertions(+), 6 deletions(-) diff --git a/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/sys/entity/Menu.java b/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/sys/entity/Menu.java index f312f35..26bedd4 100644 --- a/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/sys/entity/Menu.java +++ b/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/sys/entity/Menu.java @@ -1,9 +1,6 @@ package com.zy.asrs.wcs.sys.entity; -import com.baomidou.mybatisplus.annotation.IdType; -import com.baomidou.mybatisplus.annotation.TableField; -import com.baomidou.mybatisplus.annotation.TableId; -import com.baomidou.mybatisplus.annotation.TableName; +import com.baomidou.mybatisplus.annotation.*; import com.zy.asrs.framework.common.Cools; import com.zy.asrs.framework.common.SpringUtils; import com.zy.asrs.wcs.sys.service.HostService; @@ -71,6 +68,12 @@ private String route; /** + * 椤甸潰缁勪欢 + */ + @ApiModelProperty(value= "椤甸潰缁勪欢") + private String component; + + /** * 绠�杩� */ @ApiModelProperty(value= "绠�杩�") @@ -128,6 +131,7 @@ * 鏄惁鍒犻櫎 1: 鏄� 0: 鍚� */ @ApiModelProperty(value= "鏄惁鍒犻櫎 1: 鏄� 0: 鍚� ") + @TableLogic private Integer deleted; /** @@ -167,13 +171,14 @@ public Menu() {} - public Menu(String name,Long parentId,String parentName,String path,String pathName,String route,String brief,String code,Integer type,String authority,String icon,Integer sort,String meta,Long hostId,Integer status,Integer deleted,Date createTime,Long createBy,Date updateTime,Long updateBy,String memo) { + public Menu(String name, Long parentId, String parentName, String path, String pathName, String route, String component, String brief, String code, Integer type, String authority, String icon, Integer sort, String meta, Long hostId, Integer status, Integer deleted, Date createTime, Long createBy, Date updateTime, Long updateBy, String memo) { this.name = name; this.parentId = parentId; this.parentName = parentName; this.path = path; this.pathName = pathName; this.route = route; + this.component = component; this.brief = brief; this.code = code; this.type = type; @@ -191,7 +196,7 @@ this.memo = memo; } -// Menu menu = new Menu( + // Menu menu = new Menu( // null, // 鍚嶇О[闈炵┖] // null, // 涓婄骇鑿滃崟 // null, // 涓婄骇鑿滃崟鍚� -- Gitblit v1.9.1