From 1dc8a3226e9ccb8b35567a0a55495d53b6352703 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期四, 30 三月 2023 14:17:55 +0800
Subject: [PATCH] jar包被忽略上传,将jar放在文件夹中尝试能否提交成功

---
 Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/entity/CodeBasicSecDO.java |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/model/CodeBasicSecDO.java b/Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/entity/CodeBasicSecDO.java
similarity index 99%
rename from Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/model/CodeBasicSecDO.java
rename to Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/entity/CodeBasicSecDO.java
index fff2e32..8b7a686 100644
--- a/Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/model/CodeBasicSecDO.java
+++ b/Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/entity/CodeBasicSecDO.java
@@ -1,5 +1,6 @@
-package com.vci.ubcs.code.model;
+package com.vci.ubcs.code.entity;
 
+import com.baomidou.mybatisplus.annotation.TableName;
 import com.vci.ubcs.code.constant.MdmEnumIdConstant;
 import com.vci.starter.web.annotation.*;
 import com.vci.starter.web.constant.FrameWorkLcStatusConstant;
@@ -15,6 +16,7 @@
  * @date 2022-1-18
  */
 @VciBtmType(name = MdmBtmTypeConstant.CODE_BASIC_SEC,text = "鐮佹鍩虹淇℃伅",lifeCycle = FrameWorkLcStatusConstant.EMTYPE_LIFE_CYCLE)
+@TableName("PL_CODE_CODEBASICSEC")
 public class CodeBasicSecDO extends BaseModel {
 
     /**

--
Gitblit v1.9.3