From 9b4433fddf5b401edb0aace8a404ac733b122702 Mon Sep 17 00:00:00 2001 From: 田源 <tianyuan@vci-tech.com> Date: 星期四, 03 四月 2025 14:35:02 +0800 Subject: [PATCH] 添加非密字段显示 --- Source/UBCS/ubcs-service-api/ubcs-applyjtcodeservice-api/src/main/java/com/vci/ubcs/code/applyjtcodeservice/entity/DockingPreMetaAttr.java | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/Source/UBCS/ubcs-service-api/ubcs-applyjtcodeservice-api/src/main/java/com/vci/ubcs/code/applyjtcodeservice/entity/DockingPreMetaAttr.java b/Source/UBCS/ubcs-service-api/ubcs-applyjtcodeservice-api/src/main/java/com/vci/ubcs/code/applyjtcodeservice/entity/DockingPreMetaAttr.java index 4879628..1c79612 100644 --- a/Source/UBCS/ubcs-service-api/ubcs-applyjtcodeservice-api/src/main/java/com/vci/ubcs/code/applyjtcodeservice/entity/DockingPreMetaAttr.java +++ b/Source/UBCS/ubcs-service-api/ubcs-applyjtcodeservice-api/src/main/java/com/vci/ubcs/code/applyjtcodeservice/entity/DockingPreMetaAttr.java @@ -19,11 +19,13 @@ */ @ApiModelProperty(value = "涓枃鍚嶇О") private String chineseName; + /*** * 鑻辨枃鍚嶇О */ @ApiModelProperty(value = "闆嗗洟鍒嗙被涓婚敭") private String englishName; + /*** * 灞炴�у瓧娈电被鍨� */ @@ -37,7 +39,8 @@ * 鍙栧�艰寖鍥� */ @ApiModelProperty(value = "鍙栧�艰寖鍥�") - private String range; + private String range; + /*** * 鐖跺睘鎬� */ @@ -50,12 +53,14 @@ @ApiModelProperty(value = "闆嗗洟鍒嗙被涓婚敭") @TableField(value = "sourceClsfId") private String sourceClassifyId; + /** * 瑙嗗浘妯″瀷id */ @ApiModelProperty(value = "瑙嗗浘妯″瀷涓婚敭") @TableField(value = "viewModeId") private String viewModelId; + /*** * 榛樿鍊� */ -- Gitblit v1.9.3