From 251c3ff0282168c8cc44c48d27916b02e3498a7f Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期五, 11 八月 2023 15:01:04 +0800
Subject: [PATCH] fix

---
 model/business.go |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/model/business.go b/model/business.go
index 9420a5c..c26f7ee 100644
--- a/model/business.go
+++ b/model/business.go
@@ -4,9 +4,9 @@
 
 type (
 	Business struct {
-		Representative      string    `json:"representative" gorm:"column:representative;type:varchar(255);comment:娉曚汉浠h〃"`
-		RegistrationTime    time.Time `json:"registration_time" gorm:"column:registration_time;type:datetime;default:1970-01-01 08:00:00;comment:娉ㄥ唽鏃堕棿"`
-		RegisteredCapitalId int       `json:"registered_capital_id" gorm:"column:registered_capital_id;type:int(11);comment:娉ㄥ唽璧勯噾"`
+		Representative      string     `json:"representative" gorm:"column:representative;type:varchar(255);comment:娉曚汉浠h〃"`
+		RegistrationTime    *time.Time `json:"registration_time" gorm:"column:registration_time;type:datetime;default:1970-01-01 08:00:00;comment:娉ㄥ唽鏃堕棿"`
+		RegisteredCapitalId int        `json:"registered_capital_id" gorm:"column:registered_capital_id;type:int(11);comment:娉ㄥ唽璧勯噾"`
 		RegisteredCapital   RegisteredCapital
 		IndustryId          int `json:"industry_id" gorm:"column:industry_id;type:int(11);comment:鎵�灞炶涓�"`
 		Industry            Industry

--
Gitblit v1.8.0