From 7f0570d20aac189f1b170942bd7100b281a1c824 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期三, 26 四月 2023 00:07:37 +0800 Subject: [PATCH] 代码整合,新增codefixedcontroller --- Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/dto/CodeBasicSecDTO.java | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/dto/CodeBasicSecDTO.java b/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/dto/CodeBasicSecDTO.java index f2b43df..fccd42b 100644 --- a/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/dto/CodeBasicSecDTO.java +++ b/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/dto/CodeBasicSecDTO.java @@ -19,12 +19,12 @@ /** * 鐮佹绫诲瀷 */ - private String sectype; + private String secType; /** * 鐮佹绫诲瀷鏄剧ず鏂囨湰 */ - private String sectypeText; + private String secTypeText; /** * 缂栫爜瑙勫垯涓婚敭 @@ -243,23 +243,23 @@ /** * 鑾峰彇 鐮佹绫诲瀷 */ - public String getSectype (){ - return sectype; + public String getSecType (){ + return secType; } /** * 璁剧疆 鐮佹绫诲瀷 */ - public void setSectype (String sectype){ - this.sectype = sectype; + public void setSecType (String sectype){ + this.secType = sectype; } - public String getSectypeText() { - return sectypeText; + public String getSecTypeText() { + return secTypeText; } - public void setSectypeText(String sectypeText) { - this.sectypeText = sectypeText; + public void setSecTypeText(String secTypeText) { + this.secTypeText = secTypeText; } /** @@ -620,8 +620,8 @@ @Override public String toString() { return "CodeBasicSecDTO{" + - "sectype='" + sectype + '\'' + - ", sectypeText='" + sectypeText + '\'' + + "sectype='" + secType + '\'' + + ", secTypeText='" + secTypeText + '\'' + ", pkCodeRule='" + pkCodeRule + '\'' + ", orderNum=" + orderNum + ", referBtmId='" + referBtmId + '\'' + -- Gitblit v1.9.3