From 111c93ba533e13d9b47660c1e68ab1f9a23cfb68 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期五, 19 四月 2024 10:54:40 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/java/com/smartor/domain/SvyLibTitle.java |   60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++------
 1 files changed, 54 insertions(+), 6 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/SvyLibTitle.java b/smartor/src/main/java/com/smartor/domain/SvyLibTitle.java
index aa7f05d..ba49ad5 100644
--- a/smartor/src/main/java/com/smartor/domain/SvyLibTitle.java
+++ b/smartor/src/main/java/com/smartor/domain/SvyLibTitle.java
@@ -1,6 +1,7 @@
 package com.smartor.domain;
 
 import java.math.BigDecimal;
+import java.util.ArrayList;
 import java.util.Date;
 import java.util.List;
 
@@ -20,9 +21,8 @@
  * @date 2023-03-02
  */
 @Data
-@ApiModel(value = "MinioResponseDTO", description = "鏍囩鍒嗙被瀵硅薄")
+@ApiModel(value = "SvyLibTitle", description = "闂嵎瀵硅薄")
 public class SvyLibTitle extends BaseEntity {
-    private static final long serialVersionUID = 1L;
 
     /**
      * 鑷ID
@@ -33,7 +33,7 @@
     /**
      * 闂嵎鍒嗙被ID
      */
-    @ApiModelProperty(value = "闂嵎鍒嗙被ID")
+    @ApiModelProperty(value = "闂嵎鍒嗙被ID", required = true)
     @Excel(name = " 闂嵎鍒嗙被ID ")
     private Long categoryid;
 
@@ -47,14 +47,14 @@
     /**
      * 闂嵎鍚嶇О
      */
-    @ApiModelProperty(value = "闂嵎鍚嶇О")
+    @ApiModelProperty(value = "闂嵎鍚嶇О", required = true)
     @Excel(name = " 闂嵎鍚嶇О ")
     private String svyname;
 
     /**
      * 鎻忚堪
      */
-    @ApiModelProperty(value = "鎻忚堪")
+    @ApiModelProperty(value = "鎻忚堪", required = true)
     @Excel(name = " 鎻忚堪 ")
     private String description;
 
@@ -112,7 +112,7 @@
      */
     @ApiModelProperty(value = "鏄惁鍚敤")
     @Excel(name = " 鏄惁鍚敤 ")
-    private Long isenable;
+    private String isenable = "0";
 
     /**
      * 鏈烘瀯ID
@@ -161,7 +161,55 @@
     @ApiModelProperty(value = "闂嵎棰樼洰闆嗗悎")
     private List<SvyLibTopic> svyLibTopics;
 
+    /**
+     * 妯℃澘绉戝鍏宠仈闆嗗悎
+     */
+    @ApiModelProperty(value = "妯℃澘绉戝鍏宠仈闆嗗悎")
+    private List<TempDetpRelevance> tempDetpRelevances = new ArrayList<>();
 
+    /**
+     * 鏄惁瀛樺湪鎿嶄綔锛�1 鏂板 2淇敼 3鍒犻櫎
+     */
+    @ApiModelProperty(value = "鏄惁瀛樺湪鎿嶄綔锛�1 鏂板 2淇敼 3鍒犻櫎")
+    private Integer isoperation;
+    /**
+     * 绉戝鍚嶇О
+     */
+    @Excel(name = "绉戝鍚嶇О")
+    @ApiModelProperty("绉戝鍚嶇О")
+    private String deptNames = "";
+
+    /**
+     * 鏍囩淇℃伅
+     */
+    @Excel(name = "鏍囩淇℃伅")
+    @ApiModelProperty("鏍囩淇℃伅")
+    private String labelInfo = "";
+
+    /**
+     * 闄㈠尯
+     */
+    @Excel(name = "闄㈠尯")
+    @ApiModelProperty("闄㈠尯")
+    private String campus = "";
+
+    /**
+     * 閫傜敤鏂瑰紡锛氳皟鏌ヨ〃1锛屾櫤鑳借闊�2銆佷汉宸�3
+     */
+    @Excel(name = "闄㈤�傜敤鏂瑰紡锛氳皟鏌ヨ〃1锛屾櫤鑳借闊�2銆佷汉宸�3鍖�")
+    @ApiModelProperty("閫傜敤鏂瑰紡锛氳皟鏌ヨ〃1锛屾櫤鑳借闊�2銆佷汉宸�3")
+    private String suitway = "";
+
+
+    /**
+     * 鍏跺畠鏁版嵁锛堝瓨鍌ㄥ彉閲忥級
+     */
+    @ApiModelProperty("鍏跺畠鏁版嵁锛堝瓨鍌ㄥ彉閲忥級")
+    private String otherdata = "";
+
+
+    public SvyLibTitle() {
+    }
 
     public SvyLibTitle(Long svyid, String icdname) {
         this.svyid = svyid;

--
Gitblit v1.9.3