From b3123380397990c9a82710dad430f87fb97b4b8f Mon Sep 17 00:00:00 2001 From: ludc Date: 星期一, 15 四月 2024 11:51:39 +0800 Subject: [PATCH] 内网开发环境代码合并 --- Source/UBCS/ubcs-service-api/ubcs-applyjtcodeservice-api/src/main/java/com/vci/ubcs/code/applyjtcodeservice/entity/DockingPreMetaAttr.java | 5 +++++ 1 files changed, 5 insertions(+), 0 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..cde2485 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; + /*** * 灞炴�у瓧娈电被鍨� */ @@ -38,6 +40,7 @@ */ @ApiModelProperty(value = "鍙栧�艰寖鍥�") 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