From 562a960261b75d70abd65aa10528f09aeece94e8 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期二, 24 九月 2024 09:49:23 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/java/com/smartor/domain/SvyLibTemplate.java |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/SvyLibTemplate.java b/smartor/src/main/java/com/smartor/domain/SvyLibTemplate.java
index 3d2077d..a16bee3 100644
--- a/smartor/src/main/java/com/smartor/domain/SvyLibTemplate.java
+++ b/smartor/src/main/java/com/smartor/domain/SvyLibTemplate.java
@@ -28,6 +28,10 @@
     @ApiModelProperty(value = "鑷ID")
     private Long svyid;
 
+
+    @ApiModelProperty(value = "鏄惁鏄暱鏈熸ā鏉匡細  0锛氫笉鏄�    1锛氭槸")
+    private Integer longTemp;
+
     /**
      * 闂嵎鍒嗙被ID
      */
@@ -106,10 +110,10 @@
     private Long islocal;
 
     /**
-     * 鏄惁鍚敤
+     * 鏄惁鍚敤:  0 鍙敤   1 鍋滅敤
      */
-    @ApiModelProperty(value = "鏄惁鍚敤")
-    @Excel(name = " 鏄惁鍚敤 ")
+    @ApiModelProperty(value = "鏄惁鍚敤:  0 鍙敤   1 鍋滅敤")
+    @Excel(name = " 鏄惁鍚敤:  0 鍙敤   1 鍋滅敤 ")
     private String isenable = "0";
 
     /**
@@ -163,7 +167,7 @@
      * 妯℃澘绉戝鍏宠仈闆嗗悎
      */
     @ApiModelProperty(value = "妯℃澘绉戝鍏宠仈闆嗗悎")
-    private List<TempDetpRelevance> tempDetpRelevances = new ArrayList<>();
+    private List<TemplateDept> tempDetpRelevances = new ArrayList<>();
 
     /**
      * 鏄惁瀛樺湪鎿嶄綔锛�1 鏂板 2淇敼 3鍒犻櫎

--
Gitblit v1.9.3