From c9b04383c77f91ac309e37e70783edcf8a9298b5 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期六, 18 五月 2024 23:24:12 +0800
Subject: [PATCH] websocket代码整理
---
smart-man-boot/src/main/java/com/qianwen/smartman/modules/fms/vo/FmsInstructionRecordVO.java | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/smart-man-boot/src/main/java/com/qianwen/smartman/modules/fms/vo/FmsInstructionRecordVO.java b/smart-man-boot/src/main/java/com/qianwen/smartman/modules/fms/vo/FmsInstructionRecordVO.java
index 9c50d51..2cd7c2e 100644
--- a/smart-man-boot/src/main/java/com/qianwen/smartman/modules/fms/vo/FmsInstructionRecordVO.java
+++ b/smart-man-boot/src/main/java/com/qianwen/smartman/modules/fms/vo/FmsInstructionRecordVO.java
@@ -7,7 +7,6 @@
import javax.validation.constraints.Size;
@ApiModel(value = "FmsInstructionRecordVo瀵硅薄", description = "鎸囦护璁板綍琛�")
-/* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/fms/vo/FmsInstructionRecordVO.class */
public class FmsInstructionRecordVO implements Serializable {
@ApiModelProperty("鎵�灞炵鎴�")
@Size(max = 12, message = "鎵�灞炵鎴烽暱搴︿笉鑳借秴杩�12")
--
Gitblit v1.9.3