From bfa2d1307c6faea916088a40dc09a360b17f7499 Mon Sep 17 00:00:00 2001
From: yuxc <653031404@qq.com>
Date: 星期五, 30 六月 2023 18:04:33 +0800
Subject: [PATCH] 1、主要对查询返回数据进行联查
---
Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/dto/CodeBasicSecDTO.java | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 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 26a0a2c..95b8e8f 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
@@ -1,7 +1,7 @@
package com.vci.ubcs.code.dto;
-import com.vci.starter.web.pagemodel.BaseModelVO;
+import com.vci.ubcs.starter.revision.model.BaseModel;
/**
* 鐮佹鍩虹淇℃伅鏁版嵁浼犺緭瀵硅薄
@@ -9,7 +9,7 @@
* @author weidy
* @date 2022-01-24
*/
-public class CodeBasicSecDTO extends BaseModelVO {
+public class CodeBasicSecDTO extends BaseModel {
/**
* 绂佹淇敼杩欎釜鍊�
@@ -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