From 58adc232b90053d67b87f1809e08014ee6c5adaf Mon Sep 17 00:00:00 2001
From: sunty <suntianyu0923@163.com>
Date: 星期三, 24 七月 2019 15:39:40 +0800
Subject: [PATCH] add defenceState query body
---
models/model.go | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/models/model.go b/models/model.go
index fec50f8..7d86219 100644
--- a/models/model.go
+++ b/models/model.go
@@ -7,8 +7,8 @@
CreateTime string `json:"createTime,omitempty" example:""`
UpdateTime string `json:"updateTime,omitempty" example:""`
CreateBy string `json:"createBy,omitempty" example:""`
- IsDelete int `json:"isDelete,omitempty" example:"0 鏈垹闄� 1宸插垹闄�"`
- Enable int `json:"enable,omitempty" example:" 1鐢熸晥 0鏈敓鏁�"`
+ IsDelete int `json:"isDelete" example:"0 鏈垹闄� 1宸插垹闄�"`
+ Enable int `json:"enable" example:" 1鐢熸晥 0鏈敓鏁�"`
}
func (dp *BaseEntity) PriInsert() {
--
Gitblit v1.8.0