From 6ae9a1f35f59d13075ac931558bc38a11b7a6e54 Mon Sep 17 00:00:00 2001
From: jiangshuai <291802688@qq.com>
Date: 星期四, 28 十二月 2023 10:12:08 +0800
Subject: [PATCH] grpc接口关于operation 位置信息数据结构的变动

---
 models/file_template_attachment.go |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/models/file_template_attachment.go b/models/file_template_attachment.go
index 59f6853..575213e 100644
--- a/models/file_template_attachment.go
+++ b/models/file_template_attachment.go
@@ -15,6 +15,7 @@
 		Name         string                        `json:"name" gorm:"type:varchar(63);comment:妯$増鍚嶇О"`
 		AttachmentId uint                          `json:"attachmentId" gorm:"comment:闄勪欢琛ㄥ閿�"`
 		Attachment   Attachment                    `json:"attachment" gorm:"foreignKey:AttachmentId;references:Id"`
+		TableInfo    string                        `json:"tableInfo" gorm:"type:varchar(31);comment:琛ㄥ悕"`
 	}
 	FileTemplateAttachmentSearch struct {
 		FileTemplateAttachment

--
Gitblit v1.8.0