From 26fc652d33fb82a75d6ec7771ca50ee414b21723 Mon Sep 17 00:00:00 2001
From: 疯狂的狮子li <15040126243@163.com>
Date: 星期二, 11 一月 2022 16:58:47 +0800
Subject: [PATCH] update 统一代码间隔符

---
 ruoyi-common/src/main/java/com/ruoyi/common/core/domain/entity/SysDictType.java |   70 +++++++++++++++++-----------------
 1 files changed, 35 insertions(+), 35 deletions(-)

diff --git a/ruoyi-common/src/main/java/com/ruoyi/common/core/domain/entity/SysDictType.java b/ruoyi-common/src/main/java/com/ruoyi/common/core/domain/entity/SysDictType.java
index c6c9b1a..702ec09 100644
--- a/ruoyi-common/src/main/java/com/ruoyi/common/core/domain/entity/SysDictType.java
+++ b/ruoyi-common/src/main/java/com/ruoyi/common/core/domain/entity/SysDictType.java
@@ -30,44 +30,44 @@
 @ApiModel("瀛楀吀绫诲瀷涓氬姟瀵硅薄")
 public class SysDictType extends BaseEntity {
 
-	/**
-	 * 瀛楀吀涓婚敭
-	 */
-	@ApiModelProperty(value = "瀛楀吀涓婚敭")
-	@ExcelProperty(value = "瀛楀吀涓婚敭")
-	@TableId(value = "dict_id")
-	private Long dictId;
+    /**
+     * 瀛楀吀涓婚敭
+     */
+    @ApiModelProperty(value = "瀛楀吀涓婚敭")
+    @ExcelProperty(value = "瀛楀吀涓婚敭")
+    @TableId(value = "dict_id")
+    private Long dictId;
 
-	/**
-	 * 瀛楀吀鍚嶇О
-	 */
-	@ApiModelProperty(value = "瀛楀吀鍚嶇О")
-	@ExcelProperty(value = "瀛楀吀鍚嶇О")
-	@NotBlank(message = "瀛楀吀鍚嶇О涓嶈兘涓虹┖")
-	@Size(min = 0, max = 100, message = "瀛楀吀绫诲瀷鍚嶇О闀垮害涓嶈兘瓒呰繃100涓瓧绗�")
-	private String dictName;
+    /**
+     * 瀛楀吀鍚嶇О
+     */
+    @ApiModelProperty(value = "瀛楀吀鍚嶇О")
+    @ExcelProperty(value = "瀛楀吀鍚嶇О")
+    @NotBlank(message = "瀛楀吀鍚嶇О涓嶈兘涓虹┖")
+    @Size(min = 0, max = 100, message = "瀛楀吀绫诲瀷鍚嶇О闀垮害涓嶈兘瓒呰繃100涓瓧绗�")
+    private String dictName;
 
-	/**
-	 * 瀛楀吀绫诲瀷
-	 */
-	@ApiModelProperty(value = "瀛楀吀绫诲瀷")
-	@ExcelProperty(value = "瀛楀吀绫诲瀷")
-	@NotBlank(message = "瀛楀吀绫诲瀷涓嶈兘涓虹┖")
-	@Size(min = 0, max = 100, message = "瀛楀吀绫诲瀷绫诲瀷闀垮害涓嶈兘瓒呰繃100涓瓧绗�")
-	private String dictType;
+    /**
+     * 瀛楀吀绫诲瀷
+     */
+    @ApiModelProperty(value = "瀛楀吀绫诲瀷")
+    @ExcelProperty(value = "瀛楀吀绫诲瀷")
+    @NotBlank(message = "瀛楀吀绫诲瀷涓嶈兘涓虹┖")
+    @Size(min = 0, max = 100, message = "瀛楀吀绫诲瀷绫诲瀷闀垮害涓嶈兘瓒呰繃100涓瓧绗�")
+    private String dictType;
 
-	/**
-	 * 鐘舵�侊紙0姝e父 1鍋滅敤锛�
-	 */
-	@ApiModelProperty(value = "鐘舵�侊紙0姝e父 1鍋滅敤锛�")
-	@ExcelProperty(value = "鐘舵��", converter = ExcelDictConvert.class)
-	@ExcelDictFormat(dictType = "sys_normal_disable")
-	private String status;
+    /**
+     * 鐘舵�侊紙0姝e父 1鍋滅敤锛�
+     */
+    @ApiModelProperty(value = "鐘舵�侊紙0姝e父 1鍋滅敤锛�")
+    @ExcelProperty(value = "鐘舵��", converter = ExcelDictConvert.class)
+    @ExcelDictFormat(dictType = "sys_normal_disable")
+    private String status;
 
-	/**
-	 * 澶囨敞
-	 */
-	@ApiModelProperty(value = "澶囨敞")
-	private String remark;
+    /**
+     * 澶囨敞
+     */
+    @ApiModelProperty(value = "澶囨敞")
+    private String remark;
 
 }

--
Gitblit v1.9.3