From 5de7e6e552bfceb3d5c4dc28482833150e37b49e Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期三, 17 一月 2024 15:09:48 +0800 Subject: [PATCH] 调整 --- server/service/src/main/java/com/doumee/dao/business/model/SolutionWorktype.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/server/service/src/main/java/com/doumee/dao/business/model/SolutionWorktype.java b/server/service/src/main/java/com/doumee/dao/business/model/SolutionWorktype.java index f33fa6e..6cf2190 100644 --- a/server/service/src/main/java/com/doumee/dao/business/model/SolutionWorktype.java +++ b/server/service/src/main/java/com/doumee/dao/business/model/SolutionWorktype.java @@ -1,5 +1,6 @@ package com.doumee.dao.business.model; +import com.baomidou.mybatisplus.annotation.TableField; import com.doumee.core.annotation.excel.ExcelColumn; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; @@ -66,5 +67,8 @@ @ApiModelProperty(value = "宸ョ缂栫爜锛堝叧鑱攚orktype锛�", example = "1") @ExcelColumn(name="宸ョ缂栫爜锛堝叧鑱攚orktype锛�") private Integer worktypeId; + @ApiModelProperty(value = "宸ョ鍚嶇О", example = "1") + @TableField(exist = false) + private String worktypeName; } -- Gitblit v1.9.3