|
@@ -0,0 +1,248 @@
|
|
1
|
+package models
|
|
2
|
+
|
|
3
|
+type KyyChargeCustomTwo struct {
|
|
4
|
+ ID int64 `gorm:"column:id" json:"id" form:"id"`
|
|
5
|
+ Name string `gorm:"column:name" json:"name" form:"name"`
|
|
6
|
+ XtOrgId int64 `gorm:"column:xt_org_id" json:"xt_org_id" form:"xt_org_id"`
|
|
7
|
+ Status int64 `gorm:"column:status" json:"status" form:"status"`
|
|
8
|
+ Ctime int64 `gorm:"column:ctime" json:"ctime" form:"ctime"`
|
|
9
|
+ Mtime int64 `gorm:"column:mtime" json:"mtime" form:"mtime"`
|
|
10
|
+ Creator int64 `gorm:"column:creator" json:"creator" form:"creator"`
|
|
11
|
+ Modifier int64 `gorm:"column:modifier" json:"modifier" form:"modifier"`
|
|
12
|
+ CustomType int64 `gorm:"column:custom_type" json:"custom_type" form:"custom_type"`
|
|
13
|
+ Salesperson string `gorm:"column:salesperson" json:"salesperson" form:"salesperson"`
|
|
14
|
+ SignTime string `gorm:"column:sign_time" json:"sign_time" form:"sign_time"`
|
|
15
|
+ ContractPrice string `gorm:"column:contract_price" json:"contract_price" form:"contract_price"`
|
|
16
|
+ SoftwarePrice string `gorm:"column:software_price" json:"software_price" form:"software_price"`
|
|
17
|
+ HardwarePrice string `gorm:"column:hardware_price" json:"hardware_price" form:"hardware_price"`
|
|
18
|
+ YearCostPrice string `gorm:"column:year_cost_price" json:"year_cost_price" form:"year_cost_price"`
|
|
19
|
+ Address string `gorm:"column:address" json:"address" form:"address"`
|
|
20
|
+ IsImplement int64 `gorm:"column:is_implement" json:"is_implement" form:"is_implement"`
|
|
21
|
+ LisStatus int64 `gorm:"column:lis_status" json:"lis_status" form:"lis_status"`
|
|
22
|
+ LisContact string `gorm:"column:lis_contact" json:"lis_contact" form:"lis_contact"`
|
|
23
|
+ LisTime string `gorm:"column:lis_time" json:"lis_time" form:"lis_time"`
|
|
24
|
+ LisRemark string `gorm:"column:lis_remark" json:"lis_remark" form:"lis_remark"`
|
|
25
|
+ QcStatus int64 `gorm:"column:qc_status" json:"qc_status" form:"qc_status"`
|
|
26
|
+ YbStatus int64 `gorm:"column:yb_status" json:"yb_status" form:"yb_status"`
|
|
27
|
+ Remark string `gorm:"column:remark" json:"remark" form:"remark"`
|
|
28
|
+ WeightScaleStatus int64 `gorm:"column:weight_scale_status" json:"weight_scale_status" form:"weight_scale_status"`
|
|
29
|
+ WeightScaleBrand string `gorm:"column:weight_scale_brand" json:"weight_scale_brand" form:"weight_scale_brand"`
|
|
30
|
+ WeightScaleRemark string `gorm:"column:weight_scale_remark" json:"weight_scale_remark" form:"weight_scale_remark"`
|
|
31
|
+ SphygmomanometerStatus int64 `gorm:"column:sphygmomanometer_status" json:"sphygmomanometer_status" form:"sphygmomanometer_status"`
|
|
32
|
+ SphygmomanometerBrand string `gorm:"column:sphygmomanometer_brand" json:"sphygmomanometer_brand" form:"sphygmomanometer_brand"`
|
|
33
|
+ SphygmomanometerRemark string `gorm:"column:sphygmomanometer_remark" json:"sphygmomanometer_remark" form:"sphygmomanometer_remark"`
|
|
34
|
+ ScannerStatus int64 `gorm:"column:scanner_status" json:"scanner_status" form:"scanner_status"`
|
|
35
|
+ ScannerBrand string `gorm:"column:scanner_brand" json:"scanner_brand" form:"scanner_brand"`
|
|
36
|
+ ScannerRemark string `gorm:"column:scanner_remark" json:"scanner_remark" form:"scanner_remark"`
|
|
37
|
+ FacialRecognitionDeviceStatus int64 `gorm:"column:facial_recognition_device_status" json:"facial_recognition_device_status" form:"facial_recognition_device_status"`
|
|
38
|
+ FacialRecognitionDeviceBrand string `gorm:"column:facial_recognition_device_brand" json:"facial_recognition_device_brand" form:"facial_recognition_device_brand"`
|
|
39
|
+ FacialRecognitionDeviceRemark string `gorm:"column:facial_recognition_device_remark" json:"facial_recognition_device_remark" form:"facial_recognition_device_remark"`
|
|
40
|
+ PrinterStatus int64 `gorm:"column:printer_status" json:"printer_status" form:"printer_status"`
|
|
41
|
+ PrinterBrand string `gorm:"column:printer_brand" json:"printer_brand" form:"printer_brand"`
|
|
42
|
+ PrinterRemark string `gorm:"column:printer_remark" json:"printer_remark" form:"printer_remark"`
|
|
43
|
+ HardwareRemark string `gorm:"column:hardware_remark" json:"hardware_remark" form:"hardware_remark"`
|
|
44
|
+ ImplementTime string `gorm:"column:implement_time" json:"implement_time" form:"implement_time"`
|
|
45
|
+ ImplementPerson string `gorm:"column:implement_person" json:"implement_person" form:"implement_person"`
|
|
46
|
+ ImplementRemark string `gorm:"column:implement_remark" json:"implement_remark" form:"implement_remark"`
|
|
47
|
+ YbTime string `gorm:"column:yb_time" json:"yb_time" form:"yb_time"`
|
|
48
|
+ YbPerson string `gorm:"column:yb_person" json:"yb_person" form:"yb_person"`
|
|
49
|
+ YbRemark string `gorm:"column:yb_remark" json:"yb_remark" form:"yb_remark"`
|
|
50
|
+ QcTime string `gorm:"column:qc_time" json:"qc_time" form:"qc_time"`
|
|
51
|
+ QcPerson string `gorm:"column:qc_person" json:"qc_person" form:"qc_person"`
|
|
52
|
+ QcRemark string `gorm:"column:qc_remark" json:"qc_remark" form:"qc_remark"`
|
|
53
|
+}
|
|
54
|
+
|
|
55
|
+func (KyyChargeCustomTwo) TableName() string {
|
|
56
|
+ return "kyy_charge_custom"
|
|
57
|
+}
|
|
58
|
+
|
|
59
|
+type KyyChargeCustom struct {
|
|
60
|
+ ID int64 `gorm:"column:id" json:"id" form:"id"`
|
|
61
|
+ Name string `gorm:"column:name" json:"name" form:"name"`
|
|
62
|
+ XtOrgId int64 `gorm:"column:xt_org_id" json:"xt_org_id" form:"xt_org_id"`
|
|
63
|
+ Status int64 `gorm:"column:status" json:"status" form:"status"`
|
|
64
|
+ Ctime int64 `gorm:"column:ctime" json:"ctime" form:"ctime"`
|
|
65
|
+ Mtime int64 `gorm:"column:mtime" json:"mtime" form:"mtime"`
|
|
66
|
+ Creator int64 `gorm:"column:creator" json:"creator" form:"creator"`
|
|
67
|
+ Modifier int64 `gorm:"column:modifier" json:"modifier" form:"modifier"`
|
|
68
|
+ CustomType int64 `gorm:"column:custom_type" json:"custom_type" form:"custom_type"`
|
|
69
|
+ Salesperson string `gorm:"column:salesperson" json:"salesperson" form:"salesperson"`
|
|
70
|
+ SignTime string `gorm:"column:sign_time" json:"sign_time" form:"sign_time"`
|
|
71
|
+ ContractPrice string `gorm:"column:contract_price" json:"contract_price" form:"contract_price"`
|
|
72
|
+ SoftwarePrice string `gorm:"column:software_price" json:"software_price" form:"software_price"`
|
|
73
|
+ HardwarePrice string `gorm:"column:hardware_price" json:"hardware_price" form:"hardware_price"`
|
|
74
|
+ YearCostPrice string `gorm:"column:year_cost_price" json:"year_cost_price" form:"year_cost_price"`
|
|
75
|
+ Address string `gorm:"column:address" json:"address" form:"address"`
|
|
76
|
+ IsImplement int64 `gorm:"column:is_implement" json:"is_implement" form:"is_implement"`
|
|
77
|
+ LisStatus int64 `gorm:"column:lis_status" json:"lis_status" form:"lis_status"`
|
|
78
|
+ LisContact string `gorm:"column:lis_contact" json:"lis_contact" form:"lis_contact"`
|
|
79
|
+ LisTime string `gorm:"column:lis_time" json:"lis_time" form:"lis_time"`
|
|
80
|
+ LisRemark string `gorm:"column:lis_remark" json:"lis_remark" form:"lis_remark"`
|
|
81
|
+ QcStatus int64 `gorm:"column:qc_status" json:"qc_status" form:"qc_status"`
|
|
82
|
+ YbStatus int64 `gorm:"column:yb_status" json:"yb_status" form:"yb_status"`
|
|
83
|
+ Remark string `gorm:"column:remark" json:"remark" form:"remark"`
|
|
84
|
+ WeightScaleStatus int64 `gorm:"column:weight_scale_status" json:"weight_scale_status" form:"weight_scale_status"`
|
|
85
|
+ WeightScaleBrand string `gorm:"column:weight_scale_brand" json:"weight_scale_brand" form:"weight_scale_brand"`
|
|
86
|
+ WeightScaleRemark string `gorm:"column:weight_scale_remark" json:"weight_scale_remark" form:"weight_scale_remark"`
|
|
87
|
+ SphygmomanometerStatus int64 `gorm:"column:sphygmomanometer_status" json:"sphygmomanometer_status" form:"sphygmomanometer_status"`
|
|
88
|
+ SphygmomanometerBrand string `gorm:"column:sphygmomanometer_brand" json:"sphygmomanometer_brand" form:"sphygmomanometer_brand"`
|
|
89
|
+ SphygmomanometerRemark string `gorm:"column:sphygmomanometer_remark" json:"sphygmomanometer_remark" form:"sphygmomanometer_remark"`
|
|
90
|
+ ScannerStatus int64 `gorm:"column:scanner_status" json:"scanner_status" form:"scanner_status"`
|
|
91
|
+ ScannerBrand string `gorm:"column:scanner_brand" json:"scanner_brand" form:"scanner_brand"`
|
|
92
|
+ ScannerRemark string `gorm:"column:scanner_remark" json:"scanner_remark" form:"scanner_remark"`
|
|
93
|
+ FacialRecognitionDeviceStatus int64 `gorm:"column:facial_recognition_device_status" json:"facial_recognition_device_status" form:"facial_recognition_device_status"`
|
|
94
|
+ FacialRecognitionDeviceBrand string `gorm:"column:facial_recognition_device_brand" json:"facial_recognition_device_brand" form:"facial_recognition_device_brand"`
|
|
95
|
+ FacialRecognitionDeviceRemark string `gorm:"column:facial_recognition_device_remark" json:"facial_recognition_device_remark" form:"facial_recognition_device_remark"`
|
|
96
|
+ PrinterStatus int64 `gorm:"column:printer_status" json:"printer_status" form:"printer_status"`
|
|
97
|
+ PrinterBrand string `gorm:"column:printer_brand" json:"printer_brand" form:"printer_brand"`
|
|
98
|
+ PrinterRemark string `gorm:"column:printer_remark" json:"printer_remark" form:"printer_remark"`
|
|
99
|
+ HardwareRemark string `gorm:"column:hardware_remark" json:"hardware_remark" form:"hardware_remark"`
|
|
100
|
+ ImplementTime string `gorm:"column:implement_time" json:"implement_time" form:"implement_time"`
|
|
101
|
+ ImplementPerson string `gorm:"column:implement_person" json:"implement_person" form:"implement_person"`
|
|
102
|
+ ImplementRemark string `gorm:"column:implement_remark" json:"implement_remark" form:"implement_remark"`
|
|
103
|
+ YbTime string `gorm:"column:yb_time" json:"yb_time" form:"yb_time"`
|
|
104
|
+ YbPerson string `gorm:"column:yb_person" json:"yb_person" form:"yb_person"`
|
|
105
|
+ YbRemark string `gorm:"column:yb_remark" json:"yb_remark" form:"yb_remark"`
|
|
106
|
+ QcTime string `gorm:"column:qc_time" json:"qc_time" form:"qc_time"`
|
|
107
|
+ QcPerson string `gorm:"column:qc_person" json:"qc_person" form:"qc_person"`
|
|
108
|
+ QcRemark string `gorm:"column:qc_remark" json:"qc_remark" form:"qc_remark"`
|
|
109
|
+ KyyChargePaymentCollection []*KyyChargePaymentCollection `gorm:"ForeignKey:ID;AssociationForeignKey:CustomId" json:"cpc"`
|
|
110
|
+ KyyChargeContact []*KyyChargeContact `gorm:"ForeignKey:ID;AssociationForeignKey:CustomId" json:"cc"`
|
|
111
|
+ KyyChargeContract []*KyyChargeContract `gorm:"ForeignKey:ID;AssociationForeignKey:CustomId" json:"chargeContract"`
|
|
112
|
+ KyyChargeDemand []*KyyChargeDemand `gorm:"ForeignKey:ID;AssociationForeignKey:CustomId" json:"cd"`
|
|
113
|
+ KyyChargeFollow []*KyyChargeFollow `gorm:"ForeignKey:ID;AssociationForeignKey:CustomId" json:"cf"`
|
|
114
|
+ KyyChargeRenewal []*KyyChargeRenewal `gorm:"ForeignKey:ID;AssociationForeignKey:CustomId" json:"cr"`
|
|
115
|
+}
|
|
116
|
+
|
|
117
|
+func (KyyChargeCustom) TableName() string {
|
|
118
|
+ return "kyy_charge_custom"
|
|
119
|
+}
|
|
120
|
+
|
|
121
|
+type KyyChargePaymentCollection struct {
|
|
122
|
+ ID int64 `gorm:"column:id" json:"id" form:"id"`
|
|
123
|
+ XtOrgId int64 `gorm:"column:xt_org_id" json:"xt_org_id" form:"xt_org_id"`
|
|
124
|
+ CustomId int64 `gorm:"column:custom_id" json:"custom_id" form:"custom_id"`
|
|
125
|
+ CustomName string `gorm:"column:custom_name" json:"custom_name" form:"custom_name"`
|
|
126
|
+ PaymentCollectionType int64 `gorm:"column:payment_collection_type" json:"payment_collection_type" form:"payment_collection_type"`
|
|
127
|
+ PaymentCollectionSumamt string `gorm:"column:payment_collection_sumamt" json:"payment_collection_sumamt" form:"payment_collection_sumamt"`
|
|
128
|
+ SoftwareSumamt string `gorm:"column:software_sumamt" json:"software_sumamt" form:"software_sumamt"`
|
|
129
|
+ HardwareSumamt string `gorm:"column:hardware_sumamt" json:"hardware_sumamt" form:"hardware_sumamt"`
|
|
130
|
+ PaymentCollectionDate string `gorm:"column:payment_collection_date" json:"payment_collection_date" form:"payment_collection_date"`
|
|
131
|
+ PaymentCollectionRole string `gorm:"column:payment_collection_role" json:"payment_collection_role" form:"payment_collection_role"`
|
|
132
|
+ Url string `gorm:"column:url" json:"url" form:"url"`
|
|
133
|
+ Remark string `gorm:"column:remark" json:"remark" form:"remark"`
|
|
134
|
+ Ctime int64 `gorm:"column:ctime" json:"ctime" form:"ctime"`
|
|
135
|
+ Mtime int64 `gorm:"column:mtime" json:"mtime" form:"mtime"`
|
|
136
|
+ Creator int64 `gorm:"column:creator" json:"creator" form:"creator"`
|
|
137
|
+ Modifier int64 `gorm:"column:modifier" json:"modifier" form:"modifier"`
|
|
138
|
+ Status int64 `gorm:"column:status" json:"status" form:"status"`
|
|
139
|
+ IsCheck int64 `gorm:"column:is_check" json:"is_check" form:"is_check"`
|
|
140
|
+}
|
|
141
|
+
|
|
142
|
+func (KyyChargePaymentCollection) TableName() string {
|
|
143
|
+ return "kyy_charge_payment_collection"
|
|
144
|
+}
|
|
145
|
+
|
|
146
|
+type KyyChargeContact struct {
|
|
147
|
+ ID int64 `gorm:"column:id" json:"id" form:"id"`
|
|
148
|
+ XtOrgId int64 `gorm:"column:xt_org_id" json:"xt_org_id" form:"xt_org_id"`
|
|
149
|
+ CustomId int64 `gorm:"column:custom_id" json:"custom_id" form:"custom_id"`
|
|
150
|
+ ContactName string `gorm:"column:contact_name" json:"contact_name" form:"contact_name"`
|
|
151
|
+ ContactPhone string `gorm:"column:contact_phone" json:"contact_phone" form:"contact_phone"`
|
|
152
|
+ ContactDuties string `gorm:"column:contact_duties" json:"contact_duties" form:"contact_duties"`
|
|
153
|
+ IsDecision string `gorm:"column:is_decision" json:"is_decision" form:"is_decision"`
|
|
154
|
+ Remark string `gorm:"column:remark" json:"remark" form:"remark"`
|
|
155
|
+ Ctime int64 `gorm:"column:ctime" json:"ctime" form:"ctime"`
|
|
156
|
+ Mtime int64 `gorm:"column:mtime" json:"mtime" form:"mtime"`
|
|
157
|
+ Creator int64 `gorm:"column:creator" json:"creator" form:"creator"`
|
|
158
|
+ Modifier int64 `gorm:"column:modifier" json:"modifier" form:"modifier"`
|
|
159
|
+ IsCheck int64 `gorm:"column:is_check" json:"is_check" form:"is_check"`
|
|
160
|
+ Status int64 `gorm:"column:status" json:"status" form:"status"`
|
|
161
|
+ ContactWay string `gorm:"column:contact_way" json:"contact_way" form:"contact_way"`
|
|
162
|
+}
|
|
163
|
+
|
|
164
|
+func (KyyChargeContact) TableName() string {
|
|
165
|
+ return "kyy_charge_contact"
|
|
166
|
+}
|
|
167
|
+
|
|
168
|
+type KyyChargeContract struct {
|
|
169
|
+ ID int64 `gorm:"column:id" json:"id" form:"id"`
|
|
170
|
+ XtOrgId int64 `gorm:"column:xt_org_id" json:"xt_org_id" form:"xt_org_id"`
|
|
171
|
+ CustomId int64 `gorm:"column:custom_id" json:"custom_id" form:"custom_id"`
|
|
172
|
+ Code string `gorm:"column:code" json:"code" form:"code"`
|
|
173
|
+ Name string `gorm:"column:name" json:"name" form:"name"`
|
|
174
|
+ CustomName string `gorm:"column:custom_name" json:"custom_name" form:"custom_name"`
|
|
175
|
+ Sumamt string `gorm:"column:sumamt" json:"sumamt" form:"sumamt"`
|
|
176
|
+ StartTime string `gorm:"column:start_time" json:"start_time" form:"start_time"`
|
|
177
|
+ EndTime string `gorm:"column:end_time" json:"end_time" form:"end_time"`
|
|
178
|
+ SigningPerson string `gorm:"column:signing_person" json:"signing_person" form:"signing_person"`
|
|
179
|
+ WordFileUrl string `gorm:"column:word_file_url" json:"word_file_url" form:"word_file_url"`
|
|
180
|
+ PdfFileUrl string `gorm:"column:pdf_file_url" json:"pdf_file_url" form:"pdf_file_url"`
|
|
181
|
+ Remark string `gorm:"column:remark" json:"remark" form:"remark"`
|
|
182
|
+ Ctime int64 `gorm:"column:ctime" json:"ctime" form:"ctime"`
|
|
183
|
+ Mtime int64 `gorm:"column:mtime" json:"mtime" form:"mtime"`
|
|
184
|
+ Creator int64 `gorm:"column:creator" json:"creator" form:"creator"`
|
|
185
|
+ Modifier int64 `gorm:"column:modifier" json:"modifier" form:"modifier"`
|
|
186
|
+ IsCheck int64 `gorm:"column:is_check" json:"is_check" form:"is_check"`
|
|
187
|
+ Status int64 `gorm:"column:status" json:"status" form:"status"`
|
|
188
|
+}
|
|
189
|
+
|
|
190
|
+func (KyyChargeContract) TableName() string {
|
|
191
|
+ return "kyy_charge_contract"
|
|
192
|
+}
|
|
193
|
+
|
|
194
|
+type KyyChargeDemand struct {
|
|
195
|
+ ID int64 `gorm:"column:id" json:"id" form:"id"`
|
|
196
|
+ DemandType int64 `gorm:"column:demand_type" json:"demand_type" form:"demand_type"`
|
|
197
|
+ DemandDesc string `gorm:"column:demand_desc" json:"demand_desc" form:"demand_desc"`
|
|
198
|
+ DemandStatus int64 `gorm:"column:demand_status" json:"demand_status" form:"demand_status"`
|
|
199
|
+ DemandCreator string `gorm:"column:demand_creator" json:"demand_creator" form:"demand_creator"`
|
|
200
|
+ DemandCreateDate string `gorm:"column:demand_create_date" json:"demand_create_date" form:"demand_create_date"`
|
|
201
|
+ DemandDirector string `gorm:"column:demand_director" json:"demand_director" form:"demand_director"`
|
|
202
|
+ Ctime int64 `gorm:"column:ctime" json:"ctime" form:"ctime"`
|
|
203
|
+ Mtime int64 `gorm:"column:mtime" json:"mtime" form:"mtime"`
|
|
204
|
+ Status int64 `gorm:"column:status" json:"status" form:"status"`
|
|
205
|
+ CustomId int64 `gorm:"column:custom_id" json:"custom_id" form:"custom_id"`
|
|
206
|
+ DemandFinishDate string `gorm:"column:demand_finish_date" json:"demand_finish_date" form:"demand_finish_date"`
|
|
207
|
+ IsCheck int64 `gorm:"column:is_check" json:"is_check" form:"is_check"`
|
|
208
|
+ DemandDetail string `gorm:"column:demand_detail" json:"demand_detail" form:"demand_detail"`
|
|
209
|
+}
|
|
210
|
+
|
|
211
|
+func (KyyChargeDemand) TableName() string {
|
|
212
|
+ return "kyy_charge_demand"
|
|
213
|
+}
|
|
214
|
+
|
|
215
|
+type KyyChargeFollow struct {
|
|
216
|
+ ID int64 `gorm:"column:id" json:"id" form:"id"`
|
|
217
|
+ Ctime int64 `gorm:"column:ctime" json:"ctime" form:"ctime"`
|
|
218
|
+ Mtime int64 `gorm:"column:mtime" json:"mtime" form:"mtime"`
|
|
219
|
+ Creator int64 `gorm:"column:creator" json:"creator" form:"creator"`
|
|
220
|
+ CustomId int64 `gorm:"column:custom_id" json:"custom_id" form:"custom_id"`
|
|
221
|
+ Desc string `gorm:"column:desc" json:"desc" form:"desc"`
|
|
222
|
+ Status int64 `gorm:"column:status" json:"status" form:"status"`
|
|
223
|
+ IsCheck int64 `gorm:"column:is_check" json:"is_check" form:"is_check"`
|
|
224
|
+}
|
|
225
|
+
|
|
226
|
+func (KyyChargeFollow) TableName() string {
|
|
227
|
+ return "kyy_charge_follow"
|
|
228
|
+}
|
|
229
|
+
|
|
230
|
+type KyyChargeRenewal struct {
|
|
231
|
+ ID int64 `gorm:"column:id" json:"id" form:"id"`
|
|
232
|
+ Type int64 `gorm:"column:type" json:"type" form:"type"`
|
|
233
|
+ StartTime string `gorm:"column:start_time" json:"start_time" form:"start_time"`
|
|
234
|
+ EndTime string `gorm:"column:end_time" json:"end_time" form:"end_time"`
|
|
235
|
+ SigningPersonal string `gorm:"column:signing_personal" json:"signing_personal" form:"signing_personal"`
|
|
236
|
+ CustomId int64 `gorm:"column:custom_id" json:"custom_id" form:"custom_id"`
|
|
237
|
+ SignTime string `gorm:"column:sign_time" json:"sign_time" form:"sign_time"`
|
|
238
|
+ CheckPersonal string `gorm:"column:check_personal" json:"check_personal" form:"check_personal"`
|
|
239
|
+ Ctime string `gorm:"column:ctime" json:"ctime" form:"ctime"`
|
|
240
|
+ Mtime string `gorm:"column:mtime" json:"mtime" form:"mtime"`
|
|
241
|
+ Status int64 `gorm:"column:status" json:"status" form:"status"`
|
|
242
|
+ Remark string `gorm:"column:remark" json:"remark" form:"remark"`
|
|
243
|
+ IsCheck int64 `gorm:"column:is_check" json:"is_check" form:"is_check"`
|
|
244
|
+}
|
|
245
|
+
|
|
246
|
+func (KyyChargeRenewal) TableName() string {
|
|
247
|
+ return "kyy_charge_renewal"
|
|
248
|
+}
|