@ningboyz/apis 1.7.94 → 1.7.96
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/packages/ssb/socialInsurance.ts +1 -12
- package/packages/ssb/types.ts +0 -6
- package/packages/tyc/baseInfo.ts +1 -12
- package/packages/tyc/changeInfo.ts +1 -12
- package/packages/tyc/copyReg.ts +1 -12
- package/packages/tyc/copyRegWorks.ts +1 -12
- package/packages/tyc/courtAnnouncement.ts +1 -12
- package/packages/tyc/creditChina.ts +1 -12
- package/packages/tyc/dishonest.ts +1 -12
- package/packages/tyc/equityInfo.ts +1 -12
- package/packages/tyc/findHistoryRongzi.ts +1 -12
- package/packages/tyc/findJingpin.ts +1 -12
- package/packages/tyc/findTeamMember.ts +1 -12
- package/packages/tyc/getPledgeReg.ts +1 -12
- package/packages/tyc/holder.ts +1 -12
- package/packages/tyc/holderHistory.ts +1 -12
- package/packages/tyc/illegalInfo.ts +1 -12
- package/packages/tyc/index.ts +0 -90
- package/packages/tyc/inverst.ts +2 -13
- package/packages/tyc/investHistory.ts +1 -12
- package/packages/tyc/judicialSale.ts +1 -12
- package/packages/tyc/ktannouncement.ts +1 -12
- package/packages/tyc/lawSuit.ts +1 -12
- package/packages/tyc/mortgageInfo.ts +1 -12
- package/packages/tyc/ownTax.ts +1 -12
- package/packages/tyc/profile.ts +1 -12
- package/packages/tyc/publicNotice.ts +1 -12
- package/packages/tyc/punishmentInfo.ts +1 -12
- package/packages/tyc/staff.ts +1 -12
- package/packages/tyc/types.ts +0 -554
- package/packages/antv/type.ts~ +0 -57
- package/packages/card/index.ts~ +0 -47
- package/packages/card/tzclbsort.ts~ +0 -36
- package/packages/card/zccz.ts~ +0 -106
- package/packages/expd/type.ts~ +0 -17
- package/packages/noti/type.ts~ +0 -29
- package/packages/tyc/baseInfoIndustry.ts +0 -34
- package/packages/tyc/changeInfoItem.ts +0 -34
- package/packages/tyc/copyRegItem.ts +0 -34
- package/packages/tyc/copyRegWorksItem.ts +0 -34
- package/packages/tyc/courtAnnouncementItem.ts +0 -34
- package/packages/tyc/creditChinaItem.ts +0 -34
- package/packages/tyc/dishonestItem.ts +0 -34
- package/packages/tyc/equityInfoItem.ts +0 -34
- package/packages/tyc/findHistoryRongziItem.ts +0 -34
- package/packages/tyc/findJingpinItem.ts +0 -34
- package/packages/tyc/findTeamMemberItem.ts +0 -34
- package/packages/tyc/getPledgeRegItem.ts +0 -34
- package/packages/tyc/holderHistoryItem.ts +0 -34
- package/packages/tyc/holderItem.ts +0 -34
- package/packages/tyc/illegalInfoItem.ts +0 -34
- package/packages/tyc/inverstItem.ts +0 -34
- package/packages/tyc/investHistoryItem.ts +0 -34
- package/packages/tyc/judicialSaleItem.ts +0 -34
- package/packages/tyc/ktannouncementItem.ts +0 -34
- package/packages/tyc/lawSuitItem.ts +0 -34
- package/packages/tyc/mortgageInfoBaseInfo.ts +0 -34
- package/packages/tyc/mortgageInfoChangeInfo.ts +0 -34
- package/packages/tyc/mortgageInfoPawnInfo.ts +0 -34
- package/packages/tyc/mortgageInfoPeopleInfo.ts +0 -34
- package/packages/tyc/ownTaxItem.ts +0 -34
- package/packages/tyc/publicInvest.ts +0 -45
- package/packages/tyc/publicInvestItem.ts +0 -34
- package/packages/tyc/publicNoticeItem.ts +0 -34
- package/packages/tyc/punishmentInfoItem.ts +0 -34
- package/packages/tyc/staffItem.ts +0 -34
- package/packages/wtui/type.ts~ +0 -380
package/packages/tyc/types.ts
CHANGED
|
@@ -5,12 +5,6 @@ export interface IProfileSelectdbQuerys {
|
|
|
5
5
|
export class TProfileSelectdbQuerys implements IProfileSelectdbQuerys {
|
|
6
6
|
}
|
|
7
7
|
|
|
8
|
-
export interface IProfileDeletedbQuerys {
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
export class TProfileDeletedbQuerys implements IProfileDeletedbQuerys {
|
|
12
|
-
}
|
|
13
|
-
|
|
14
8
|
export interface IProfileSyncdbQuerys {
|
|
15
9
|
uploader: string;
|
|
16
10
|
}
|
|
@@ -26,12 +20,6 @@ export interface IBaseInfoSelectdbQuerys {
|
|
|
26
20
|
export class TBaseInfoSelectdbQuerys implements IBaseInfoSelectdbQuerys {
|
|
27
21
|
}
|
|
28
22
|
|
|
29
|
-
export interface IBaseInfoDeletedbQuerys {
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
export class TBaseInfoDeletedbQuerys implements IBaseInfoDeletedbQuerys {
|
|
33
|
-
}
|
|
34
|
-
|
|
35
23
|
export interface IBaseInfoSyncdbQuerys {
|
|
36
24
|
uploader: string;
|
|
37
25
|
}
|
|
@@ -40,19 +28,6 @@ export class TBaseInfoSyncdbQuerys implements IBaseInfoSyncdbQuerys {
|
|
|
40
28
|
uploader: string = "";
|
|
41
29
|
}
|
|
42
30
|
|
|
43
|
-
/** ========== baseInfoIndustry ==========*/
|
|
44
|
-
export interface IBaseInfoIndustrySelectdbQuerys {
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
export class TBaseInfoIndustrySelectdbQuerys implements IBaseInfoIndustrySelectdbQuerys {
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
export interface IBaseInfoIndustryDeletedbQuerys {
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
export class TBaseInfoIndustryDeletedbQuerys implements IBaseInfoIndustryDeletedbQuerys {
|
|
54
|
-
}
|
|
55
|
-
|
|
56
31
|
/** ========== staff ==========*/
|
|
57
32
|
export interface IStaffSelectdbQuerys {
|
|
58
33
|
}
|
|
@@ -60,12 +35,6 @@ export interface IStaffSelectdbQuerys {
|
|
|
60
35
|
export class TStaffSelectdbQuerys implements IStaffSelectdbQuerys {
|
|
61
36
|
}
|
|
62
37
|
|
|
63
|
-
export interface IStaffDeletedbQuerys {
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
export class TStaffDeletedbQuerys implements IStaffDeletedbQuerys {
|
|
67
|
-
}
|
|
68
|
-
|
|
69
38
|
export interface IStaffSyncdbQuerys {
|
|
70
39
|
uploader: string;
|
|
71
40
|
}
|
|
@@ -74,19 +43,6 @@ export class TStaffSyncdbQuerys implements IStaffSyncdbQuerys {
|
|
|
74
43
|
uploader: string = "";
|
|
75
44
|
}
|
|
76
45
|
|
|
77
|
-
/** ========== staffItem ==========*/
|
|
78
|
-
export interface IStaffItemSelectdbQuerys {
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
export class TStaffItemSelectdbQuerys implements IStaffItemSelectdbQuerys {
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
export interface IStaffItemDeletedbQuerys {
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
export class TStaffItemDeletedbQuerys implements IStaffItemDeletedbQuerys {
|
|
88
|
-
}
|
|
89
|
-
|
|
90
46
|
/** ========== holder ==========*/
|
|
91
47
|
export interface IHolderSelectdbQuerys {
|
|
92
48
|
}
|
|
@@ -94,12 +50,6 @@ export interface IHolderSelectdbQuerys {
|
|
|
94
50
|
export class THolderSelectdbQuerys implements IHolderSelectdbQuerys {
|
|
95
51
|
}
|
|
96
52
|
|
|
97
|
-
export interface IHolderDeletedbQuerys {
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
export class THolderDeletedbQuerys implements IHolderDeletedbQuerys {
|
|
101
|
-
}
|
|
102
|
-
|
|
103
53
|
export interface IHolderSyncdbQuerys {
|
|
104
54
|
uploader: string;
|
|
105
55
|
}
|
|
@@ -108,19 +58,6 @@ export class THolderSyncdbQuerys implements IHolderSyncdbQuerys {
|
|
|
108
58
|
uploader: string = "";
|
|
109
59
|
}
|
|
110
60
|
|
|
111
|
-
/** ========== holderItem ==========*/
|
|
112
|
-
export interface IHolderItemSelectdbQuerys {
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
export class THolderItemSelectdbQuerys implements IHolderItemSelectdbQuerys {
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
export interface IHolderItemDeletedbQuerys {
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
export class THolderItemDeletedbQuerys implements IHolderItemDeletedbQuerys {
|
|
122
|
-
}
|
|
123
|
-
|
|
124
61
|
/** ========== inverst ==========*/
|
|
125
62
|
export interface IInverstSelectdbQuerys {
|
|
126
63
|
}
|
|
@@ -128,12 +65,6 @@ export interface IInverstSelectdbQuerys {
|
|
|
128
65
|
export class TInverstSelectdbQuerys implements IInverstSelectdbQuerys {
|
|
129
66
|
}
|
|
130
67
|
|
|
131
|
-
export interface IInverstDeletedbQuerys {
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
export class TInverstDeletedbQuerys implements IInverstDeletedbQuerys {
|
|
135
|
-
}
|
|
136
|
-
|
|
137
68
|
export interface IInverstSyncdbQuerys {
|
|
138
69
|
uploader: string;
|
|
139
70
|
}
|
|
@@ -142,19 +73,6 @@ export class TInverstSyncdbQuerys implements IInverstSyncdbQuerys {
|
|
|
142
73
|
uploader: string = "";
|
|
143
74
|
}
|
|
144
75
|
|
|
145
|
-
/** ========== inverstItem ==========*/
|
|
146
|
-
export interface IInverstItemSelectdbQuerys {
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
export class TInverstItemSelectdbQuerys implements IInverstItemSelectdbQuerys {
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
export interface IInverstItemDeletedbQuerys {
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
export class TInverstItemDeletedbQuerys implements IInverstItemDeletedbQuerys {
|
|
156
|
-
}
|
|
157
|
-
|
|
158
76
|
/** ========== changeInfo ==========*/
|
|
159
77
|
export interface IChangeInfoSelectdbQuerys {
|
|
160
78
|
}
|
|
@@ -162,12 +80,6 @@ export interface IChangeInfoSelectdbQuerys {
|
|
|
162
80
|
export class TChangeInfoSelectdbQuerys implements IChangeInfoSelectdbQuerys {
|
|
163
81
|
}
|
|
164
82
|
|
|
165
|
-
export interface IChangeInfoDeletedbQuerys {
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
export class TChangeInfoDeletedbQuerys implements IChangeInfoDeletedbQuerys {
|
|
169
|
-
}
|
|
170
|
-
|
|
171
83
|
export interface IChangeInfoSyncdbQuerys {
|
|
172
84
|
uploader: string;
|
|
173
85
|
}
|
|
@@ -176,19 +88,6 @@ export class TChangeInfoSyncdbQuerys implements IChangeInfoSyncdbQuerys {
|
|
|
176
88
|
uploader: string = "";
|
|
177
89
|
}
|
|
178
90
|
|
|
179
|
-
/** ========== changeInfoItem ==========*/
|
|
180
|
-
export interface IChangeInfoItemSelectdbQuerys {
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
export class TChangeInfoItemSelectdbQuerys implements IChangeInfoItemSelectdbQuerys {
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
export interface IChangeInfoItemDeletedbQuerys {
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
export class TChangeInfoItemDeletedbQuerys implements IChangeInfoItemDeletedbQuerys {
|
|
190
|
-
}
|
|
191
|
-
|
|
192
91
|
/** ========== holderHistory ==========*/
|
|
193
92
|
export interface IHolderHistorySelectdbQuerys {
|
|
194
93
|
}
|
|
@@ -196,12 +95,6 @@ export interface IHolderHistorySelectdbQuerys {
|
|
|
196
95
|
export class THolderHistorySelectdbQuerys implements IHolderHistorySelectdbQuerys {
|
|
197
96
|
}
|
|
198
97
|
|
|
199
|
-
export interface IHolderHistoryDeletedbQuerys {
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
export class THolderHistoryDeletedbQuerys implements IHolderHistoryDeletedbQuerys {
|
|
203
|
-
}
|
|
204
|
-
|
|
205
98
|
export interface IHolderHistorySyncdbQuerys {
|
|
206
99
|
uploader: string;
|
|
207
100
|
}
|
|
@@ -210,19 +103,6 @@ export class THolderHistorySyncdbQuerys implements IHolderHistorySyncdbQuerys {
|
|
|
210
103
|
uploader: string = "";
|
|
211
104
|
}
|
|
212
105
|
|
|
213
|
-
/** ========== holderHistoryItem ==========*/
|
|
214
|
-
export interface IHolderHistoryItemSelectdbQuerys {
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
export class THolderHistoryItemSelectdbQuerys implements IHolderHistoryItemSelectdbQuerys {
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
export interface IHolderHistoryItemDeletedbQuerys {
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
export class THolderHistoryItemDeletedbQuerys implements IHolderHistoryItemDeletedbQuerys {
|
|
224
|
-
}
|
|
225
|
-
|
|
226
106
|
/** ========== investHistory ==========*/
|
|
227
107
|
export interface IInvestHistorySelectdbQuerys {
|
|
228
108
|
}
|
|
@@ -230,12 +110,6 @@ export interface IInvestHistorySelectdbQuerys {
|
|
|
230
110
|
export class TInvestHistorySelectdbQuerys implements IInvestHistorySelectdbQuerys {
|
|
231
111
|
}
|
|
232
112
|
|
|
233
|
-
export interface IInvestHistoryDeletedbQuerys {
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
export class TInvestHistoryDeletedbQuerys implements IInvestHistoryDeletedbQuerys {
|
|
237
|
-
}
|
|
238
|
-
|
|
239
113
|
export interface IInvestHistorySyncdbQuerys {
|
|
240
114
|
uploader: string;
|
|
241
115
|
}
|
|
@@ -244,19 +118,6 @@ export class TInvestHistorySyncdbQuerys implements IInvestHistorySyncdbQuerys {
|
|
|
244
118
|
uploader: string = "";
|
|
245
119
|
}
|
|
246
120
|
|
|
247
|
-
/** ========== investHistoryItem ==========*/
|
|
248
|
-
export interface IInvestHistoryItemSelectdbQuerys {
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
export class TInvestHistoryItemSelectdbQuerys implements IInvestHistoryItemSelectdbQuerys {
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
export interface IInvestHistoryItemDeletedbQuerys {
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
export class TInvestHistoryItemDeletedbQuerys implements IInvestHistoryItemDeletedbQuerys {
|
|
258
|
-
}
|
|
259
|
-
|
|
260
121
|
/** ========== lawSuit ==========*/
|
|
261
122
|
export interface ILawSuitSelectdbQuerys {
|
|
262
123
|
}
|
|
@@ -264,12 +125,6 @@ export interface ILawSuitSelectdbQuerys {
|
|
|
264
125
|
export class TLawSuitSelectdbQuerys implements ILawSuitSelectdbQuerys {
|
|
265
126
|
}
|
|
266
127
|
|
|
267
|
-
export interface ILawSuitDeletedbQuerys {
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
export class TLawSuitDeletedbQuerys implements ILawSuitDeletedbQuerys {
|
|
271
|
-
}
|
|
272
|
-
|
|
273
128
|
export interface ILawSuitSyncdbQuerys {
|
|
274
129
|
uploader: string;
|
|
275
130
|
}
|
|
@@ -278,19 +133,6 @@ export class TLawSuitSyncdbQuerys implements ILawSuitSyncdbQuerys {
|
|
|
278
133
|
uploader: string = "";
|
|
279
134
|
}
|
|
280
135
|
|
|
281
|
-
/** ========== lawSuitItem ==========*/
|
|
282
|
-
export interface ILawSuitItemSelectdbQuerys {
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
export class TLawSuitItemSelectdbQuerys implements ILawSuitItemSelectdbQuerys {
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
export interface ILawSuitItemDeletedbQuerys {
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
export class TLawSuitItemDeletedbQuerys implements ILawSuitItemDeletedbQuerys {
|
|
292
|
-
}
|
|
293
|
-
|
|
294
136
|
/** ========== courtAnnouncement ==========*/
|
|
295
137
|
export interface ICourtAnnouncementSelectdbQuerys {
|
|
296
138
|
}
|
|
@@ -298,12 +140,6 @@ export interface ICourtAnnouncementSelectdbQuerys {
|
|
|
298
140
|
export class TCourtAnnouncementSelectdbQuerys implements ICourtAnnouncementSelectdbQuerys {
|
|
299
141
|
}
|
|
300
142
|
|
|
301
|
-
export interface ICourtAnnouncementDeletedbQuerys {
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
export class TCourtAnnouncementDeletedbQuerys implements ICourtAnnouncementDeletedbQuerys {
|
|
305
|
-
}
|
|
306
|
-
|
|
307
143
|
export interface ICourtAnnouncementSyncdbQuerys {
|
|
308
144
|
uploader: string;
|
|
309
145
|
}
|
|
@@ -312,19 +148,6 @@ export class TCourtAnnouncementSyncdbQuerys implements ICourtAnnouncementSyncdbQ
|
|
|
312
148
|
uploader: string = "";
|
|
313
149
|
}
|
|
314
150
|
|
|
315
|
-
/** ========== courtAnnouncementItem ==========*/
|
|
316
|
-
export interface ICourtAnnouncementItemSelectdbQuerys {
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
export class TCourtAnnouncementItemSelectdbQuerys implements ICourtAnnouncementItemSelectdbQuerys {
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
export interface ICourtAnnouncementItemDeletedbQuerys {
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
export class TCourtAnnouncementItemDeletedbQuerys implements ICourtAnnouncementItemDeletedbQuerys {
|
|
326
|
-
}
|
|
327
|
-
|
|
328
151
|
/** ========== ktannouncement ==========*/
|
|
329
152
|
export interface IKtannouncementSelectdbQuerys {
|
|
330
153
|
}
|
|
@@ -332,12 +155,6 @@ export interface IKtannouncementSelectdbQuerys {
|
|
|
332
155
|
export class TKtannouncementSelectdbQuerys implements IKtannouncementSelectdbQuerys {
|
|
333
156
|
}
|
|
334
157
|
|
|
335
|
-
export interface IKtannouncementDeletedbQuerys {
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
export class TKtannouncementDeletedbQuerys implements IKtannouncementDeletedbQuerys {
|
|
339
|
-
}
|
|
340
|
-
|
|
341
158
|
export interface IKtannouncementSyncdbQuerys {
|
|
342
159
|
uploader: string;
|
|
343
160
|
}
|
|
@@ -346,19 +163,6 @@ export class TKtannouncementSyncdbQuerys implements IKtannouncementSyncdbQuerys
|
|
|
346
163
|
uploader: string = "";
|
|
347
164
|
}
|
|
348
165
|
|
|
349
|
-
/** ========== ktannouncementItem ==========*/
|
|
350
|
-
export interface IKtannouncementItemSelectdbQuerys {
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
export class TKtannouncementItemSelectdbQuerys implements IKtannouncementItemSelectdbQuerys {
|
|
354
|
-
}
|
|
355
|
-
|
|
356
|
-
export interface IKtannouncementItemDeletedbQuerys {
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
export class TKtannouncementItemDeletedbQuerys implements IKtannouncementItemDeletedbQuerys {
|
|
360
|
-
}
|
|
361
|
-
|
|
362
166
|
/** ========== dishonest ==========*/
|
|
363
167
|
export interface IDishonestSelectdbQuerys {
|
|
364
168
|
}
|
|
@@ -366,12 +170,6 @@ export interface IDishonestSelectdbQuerys {
|
|
|
366
170
|
export class TDishonestSelectdbQuerys implements IDishonestSelectdbQuerys {
|
|
367
171
|
}
|
|
368
172
|
|
|
369
|
-
export interface IDishonestDeletedbQuerys {
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
export class TDishonestDeletedbQuerys implements IDishonestDeletedbQuerys {
|
|
373
|
-
}
|
|
374
|
-
|
|
375
173
|
export interface IDishonestSyncdbQuerys {
|
|
376
174
|
uploader: string;
|
|
377
175
|
}
|
|
@@ -380,19 +178,6 @@ export class TDishonestSyncdbQuerys implements IDishonestSyncdbQuerys {
|
|
|
380
178
|
uploader: string = "";
|
|
381
179
|
}
|
|
382
180
|
|
|
383
|
-
/** ========== dishonestItem ==========*/
|
|
384
|
-
export interface IDishonestItemSelectdbQuerys {
|
|
385
|
-
}
|
|
386
|
-
|
|
387
|
-
export class TDishonestItemSelectdbQuerys implements IDishonestItemSelectdbQuerys {
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
export interface IDishonestItemDeletedbQuerys {
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
export class TDishonestItemDeletedbQuerys implements IDishonestItemDeletedbQuerys {
|
|
394
|
-
}
|
|
395
|
-
|
|
396
181
|
/** ========== getPledgeReg ==========*/
|
|
397
182
|
export interface IGetPledgeRegSelectdbQuerys {
|
|
398
183
|
}
|
|
@@ -400,12 +185,6 @@ export interface IGetPledgeRegSelectdbQuerys {
|
|
|
400
185
|
export class TGetPledgeRegSelectdbQuerys implements IGetPledgeRegSelectdbQuerys {
|
|
401
186
|
}
|
|
402
187
|
|
|
403
|
-
export interface IGetPledgeRegDeletedbQuerys {
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
export class TGetPledgeRegDeletedbQuerys implements IGetPledgeRegDeletedbQuerys {
|
|
407
|
-
}
|
|
408
|
-
|
|
409
188
|
export interface IGetPledgeRegSyncdbQuerys {
|
|
410
189
|
uploader: string;
|
|
411
190
|
}
|
|
@@ -414,19 +193,6 @@ export class TGetPledgeRegSyncdbQuerys implements IGetPledgeRegSyncdbQuerys {
|
|
|
414
193
|
uploader: string = "";
|
|
415
194
|
}
|
|
416
195
|
|
|
417
|
-
/** ========== getPledgeRegItem ==========*/
|
|
418
|
-
export interface IGetPledgeRegItemSelectdbQuerys {
|
|
419
|
-
}
|
|
420
|
-
|
|
421
|
-
export class TGetPledgeRegItemSelectdbQuerys implements IGetPledgeRegItemSelectdbQuerys {
|
|
422
|
-
}
|
|
423
|
-
|
|
424
|
-
export interface IGetPledgeRegItemDeletedbQuerys {
|
|
425
|
-
}
|
|
426
|
-
|
|
427
|
-
export class TGetPledgeRegItemDeletedbQuerys implements IGetPledgeRegItemDeletedbQuerys {
|
|
428
|
-
}
|
|
429
|
-
|
|
430
196
|
/** ========== publicNotice ==========*/
|
|
431
197
|
export interface IPublicNoticeSelectdbQuerys {
|
|
432
198
|
}
|
|
@@ -434,12 +200,6 @@ export interface IPublicNoticeSelectdbQuerys {
|
|
|
434
200
|
export class TPublicNoticeSelectdbQuerys implements IPublicNoticeSelectdbQuerys {
|
|
435
201
|
}
|
|
436
202
|
|
|
437
|
-
export interface IPublicNoticeDeletedbQuerys {
|
|
438
|
-
}
|
|
439
|
-
|
|
440
|
-
export class TPublicNoticeDeletedbQuerys implements IPublicNoticeDeletedbQuerys {
|
|
441
|
-
}
|
|
442
|
-
|
|
443
203
|
export interface IPublicNoticeSyncdbQuerys {
|
|
444
204
|
uploader: string;
|
|
445
205
|
}
|
|
@@ -448,19 +208,6 @@ export class TPublicNoticeSyncdbQuerys implements IPublicNoticeSyncdbQuerys {
|
|
|
448
208
|
uploader: string = "";
|
|
449
209
|
}
|
|
450
210
|
|
|
451
|
-
/** ========== publicNoticeItem ==========*/
|
|
452
|
-
export interface IPublicNoticeItemSelectdbQuerys {
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
export class TPublicNoticeItemSelectdbQuerys implements IPublicNoticeItemSelectdbQuerys {
|
|
456
|
-
}
|
|
457
|
-
|
|
458
|
-
export interface IPublicNoticeItemDeletedbQuerys {
|
|
459
|
-
}
|
|
460
|
-
|
|
461
|
-
export class TPublicNoticeItemDeletedbQuerys implements IPublicNoticeItemDeletedbQuerys {
|
|
462
|
-
}
|
|
463
|
-
|
|
464
211
|
/** ========== punishmentInfo ==========*/
|
|
465
212
|
export interface IPunishmentInfoSelectdbQuerys {
|
|
466
213
|
}
|
|
@@ -468,12 +215,6 @@ export interface IPunishmentInfoSelectdbQuerys {
|
|
|
468
215
|
export class TPunishmentInfoSelectdbQuerys implements IPunishmentInfoSelectdbQuerys {
|
|
469
216
|
}
|
|
470
217
|
|
|
471
|
-
export interface IPunishmentInfoDeletedbQuerys {
|
|
472
|
-
}
|
|
473
|
-
|
|
474
|
-
export class TPunishmentInfoDeletedbQuerys implements IPunishmentInfoDeletedbQuerys {
|
|
475
|
-
}
|
|
476
|
-
|
|
477
218
|
export interface IPunishmentInfoSyncdbQuerys {
|
|
478
219
|
uploader: string;
|
|
479
220
|
}
|
|
@@ -482,19 +223,6 @@ export class TPunishmentInfoSyncdbQuerys implements IPunishmentInfoSyncdbQuerys
|
|
|
482
223
|
uploader: string = "";
|
|
483
224
|
}
|
|
484
225
|
|
|
485
|
-
/** ========== punishmentInfoItem ==========*/
|
|
486
|
-
export interface IPunishmentInfoItemSelectdbQuerys {
|
|
487
|
-
}
|
|
488
|
-
|
|
489
|
-
export class TPunishmentInfoItemSelectdbQuerys implements IPunishmentInfoItemSelectdbQuerys {
|
|
490
|
-
}
|
|
491
|
-
|
|
492
|
-
export interface IPunishmentInfoItemDeletedbQuerys {
|
|
493
|
-
}
|
|
494
|
-
|
|
495
|
-
export class TPunishmentInfoItemDeletedbQuerys implements IPunishmentInfoItemDeletedbQuerys {
|
|
496
|
-
}
|
|
497
|
-
|
|
498
226
|
/** ========== creditChina ==========*/
|
|
499
227
|
export interface ICreditChinaSelectdbQuerys {
|
|
500
228
|
}
|
|
@@ -502,12 +230,6 @@ export interface ICreditChinaSelectdbQuerys {
|
|
|
502
230
|
export class TCreditChinaSelectdbQuerys implements ICreditChinaSelectdbQuerys {
|
|
503
231
|
}
|
|
504
232
|
|
|
505
|
-
export interface ICreditChinaDeletedbQuerys {
|
|
506
|
-
}
|
|
507
|
-
|
|
508
|
-
export class TCreditChinaDeletedbQuerys implements ICreditChinaDeletedbQuerys {
|
|
509
|
-
}
|
|
510
|
-
|
|
511
233
|
export interface ICreditChinaSyncdbQuerys {
|
|
512
234
|
uploader: string;
|
|
513
235
|
}
|
|
@@ -516,19 +238,6 @@ export class TCreditChinaSyncdbQuerys implements ICreditChinaSyncdbQuerys {
|
|
|
516
238
|
uploader: string = "";
|
|
517
239
|
}
|
|
518
240
|
|
|
519
|
-
/** ========== creditChinaItem ==========*/
|
|
520
|
-
export interface ICreditChinaItemSelectdbQuerys {
|
|
521
|
-
}
|
|
522
|
-
|
|
523
|
-
export class TCreditChinaItemSelectdbQuerys implements ICreditChinaItemSelectdbQuerys {
|
|
524
|
-
}
|
|
525
|
-
|
|
526
|
-
export interface ICreditChinaItemDeletedbQuerys {
|
|
527
|
-
}
|
|
528
|
-
|
|
529
|
-
export class TCreditChinaItemDeletedbQuerys implements ICreditChinaItemDeletedbQuerys {
|
|
530
|
-
}
|
|
531
|
-
|
|
532
241
|
/** ========== illegalInfo ==========*/
|
|
533
242
|
export interface IIllegalInfoSelectdbQuerys {
|
|
534
243
|
}
|
|
@@ -536,12 +245,6 @@ export interface IIllegalInfoSelectdbQuerys {
|
|
|
536
245
|
export class TIllegalInfoSelectdbQuerys implements IIllegalInfoSelectdbQuerys {
|
|
537
246
|
}
|
|
538
247
|
|
|
539
|
-
export interface IIllegalInfoDeletedbQuerys {
|
|
540
|
-
}
|
|
541
|
-
|
|
542
|
-
export class TIllegalInfoDeletedbQuerys implements IIllegalInfoDeletedbQuerys {
|
|
543
|
-
}
|
|
544
|
-
|
|
545
248
|
export interface IIllegalInfoSyncdbQuerys {
|
|
546
249
|
uploader: string;
|
|
547
250
|
}
|
|
@@ -550,19 +253,6 @@ export class TIllegalInfoSyncdbQuerys implements IIllegalInfoSyncdbQuerys {
|
|
|
550
253
|
uploader: string = "";
|
|
551
254
|
}
|
|
552
255
|
|
|
553
|
-
/** ========== illegalInfoItem ==========*/
|
|
554
|
-
export interface IIllegalInfoItemSelectdbQuerys {
|
|
555
|
-
}
|
|
556
|
-
|
|
557
|
-
export class TIllegalInfoItemSelectdbQuerys implements IIllegalInfoItemSelectdbQuerys {
|
|
558
|
-
}
|
|
559
|
-
|
|
560
|
-
export interface IIllegalInfoItemDeletedbQuerys {
|
|
561
|
-
}
|
|
562
|
-
|
|
563
|
-
export class TIllegalInfoItemDeletedbQuerys implements IIllegalInfoItemDeletedbQuerys {
|
|
564
|
-
}
|
|
565
|
-
|
|
566
256
|
/** ========== equityInfo ==========*/
|
|
567
257
|
export interface IEquityInfoSelectdbQuerys {
|
|
568
258
|
}
|
|
@@ -570,12 +260,6 @@ export interface IEquityInfoSelectdbQuerys {
|
|
|
570
260
|
export class TEquityInfoSelectdbQuerys implements IEquityInfoSelectdbQuerys {
|
|
571
261
|
}
|
|
572
262
|
|
|
573
|
-
export interface IEquityInfoDeletedbQuerys {
|
|
574
|
-
}
|
|
575
|
-
|
|
576
|
-
export class TEquityInfoDeletedbQuerys implements IEquityInfoDeletedbQuerys {
|
|
577
|
-
}
|
|
578
|
-
|
|
579
263
|
export interface IEquityInfoSyncdbQuerys {
|
|
580
264
|
uploader: string;
|
|
581
265
|
}
|
|
@@ -584,19 +268,6 @@ export class TEquityInfoSyncdbQuerys implements IEquityInfoSyncdbQuerys {
|
|
|
584
268
|
uploader: string = "";
|
|
585
269
|
}
|
|
586
270
|
|
|
587
|
-
/** ========== equityInfoItem ==========*/
|
|
588
|
-
export interface IEquityInfoItemSelectdbQuerys {
|
|
589
|
-
}
|
|
590
|
-
|
|
591
|
-
export class TEquityInfoItemSelectdbQuerys implements IEquityInfoItemSelectdbQuerys {
|
|
592
|
-
}
|
|
593
|
-
|
|
594
|
-
export interface IEquityInfoItemDeletedbQuerys {
|
|
595
|
-
}
|
|
596
|
-
|
|
597
|
-
export class TEquityInfoItemDeletedbQuerys implements IEquityInfoItemDeletedbQuerys {
|
|
598
|
-
}
|
|
599
|
-
|
|
600
271
|
/** ========== mortgageInfo ==========*/
|
|
601
272
|
export interface IMortgageInfoSelectdbQuerys {
|
|
602
273
|
}
|
|
@@ -604,12 +275,6 @@ export interface IMortgageInfoSelectdbQuerys {
|
|
|
604
275
|
export class TMortgageInfoSelectdbQuerys implements IMortgageInfoSelectdbQuerys {
|
|
605
276
|
}
|
|
606
277
|
|
|
607
|
-
export interface IMortgageInfoDeletedbQuerys {
|
|
608
|
-
}
|
|
609
|
-
|
|
610
|
-
export class TMortgageInfoDeletedbQuerys implements IMortgageInfoDeletedbQuerys {
|
|
611
|
-
}
|
|
612
|
-
|
|
613
278
|
export interface IMortgageInfoSyncdbQuerys {
|
|
614
279
|
uploader: string;
|
|
615
280
|
}
|
|
@@ -618,58 +283,6 @@ export class TMortgageInfoSyncdbQuerys implements IMortgageInfoSyncdbQuerys {
|
|
|
618
283
|
uploader: string = "";
|
|
619
284
|
}
|
|
620
285
|
|
|
621
|
-
/** ========== mortgageInfoBaseInfo ==========*/
|
|
622
|
-
export interface IMortgageInfoBaseInfoSelectdbQuerys {
|
|
623
|
-
}
|
|
624
|
-
|
|
625
|
-
export class TMortgageInfoBaseInfoSelectdbQuerys implements IMortgageInfoBaseInfoSelectdbQuerys {
|
|
626
|
-
}
|
|
627
|
-
|
|
628
|
-
export interface IMortgageInfoBaseInfoDeletedbQuerys {
|
|
629
|
-
}
|
|
630
|
-
|
|
631
|
-
export class TMortgageInfoBaseInfoDeletedbQuerys implements IMortgageInfoBaseInfoDeletedbQuerys {
|
|
632
|
-
}
|
|
633
|
-
|
|
634
|
-
/** ========== mortgageInfoChangeInfo ==========*/
|
|
635
|
-
export interface IMortgageInfoChangeInfoSelectdbQuerys {
|
|
636
|
-
}
|
|
637
|
-
|
|
638
|
-
export class TMortgageInfoChangeInfoSelectdbQuerys implements IMortgageInfoChangeInfoSelectdbQuerys {
|
|
639
|
-
}
|
|
640
|
-
|
|
641
|
-
export interface IMortgageInfoChangeInfoDeletedbQuerys {
|
|
642
|
-
}
|
|
643
|
-
|
|
644
|
-
export class TMortgageInfoChangeInfoDeletedbQuerys implements IMortgageInfoChangeInfoDeletedbQuerys {
|
|
645
|
-
}
|
|
646
|
-
|
|
647
|
-
/** ========== mortgageInfoPawnInfo ==========*/
|
|
648
|
-
export interface IMortgageInfoPawnInfoSelectdbQuerys {
|
|
649
|
-
}
|
|
650
|
-
|
|
651
|
-
export class TMortgageInfoPawnInfoSelectdbQuerys implements IMortgageInfoPawnInfoSelectdbQuerys {
|
|
652
|
-
}
|
|
653
|
-
|
|
654
|
-
export interface IMortgageInfoPawnInfoDeletedbQuerys {
|
|
655
|
-
}
|
|
656
|
-
|
|
657
|
-
export class TMortgageInfoPawnInfoDeletedbQuerys implements IMortgageInfoPawnInfoDeletedbQuerys {
|
|
658
|
-
}
|
|
659
|
-
|
|
660
|
-
/** ========== mortgageInfoPeopleInfo ==========*/
|
|
661
|
-
export interface IMortgageInfoPeopleInfoSelectdbQuerys {
|
|
662
|
-
}
|
|
663
|
-
|
|
664
|
-
export class TMortgageInfoPeopleInfoSelectdbQuerys implements IMortgageInfoPeopleInfoSelectdbQuerys {
|
|
665
|
-
}
|
|
666
|
-
|
|
667
|
-
export interface IMortgageInfoPeopleInfoDeletedbQuerys {
|
|
668
|
-
}
|
|
669
|
-
|
|
670
|
-
export class TMortgageInfoPeopleInfoDeletedbQuerys implements IMortgageInfoPeopleInfoDeletedbQuerys {
|
|
671
|
-
}
|
|
672
|
-
|
|
673
286
|
/** ========== ownTax ==========*/
|
|
674
287
|
export interface IOwnTaxSelectdbQuerys {
|
|
675
288
|
}
|
|
@@ -677,12 +290,6 @@ export interface IOwnTaxSelectdbQuerys {
|
|
|
677
290
|
export class TOwnTaxSelectdbQuerys implements IOwnTaxSelectdbQuerys {
|
|
678
291
|
}
|
|
679
292
|
|
|
680
|
-
export interface IOwnTaxDeletedbQuerys {
|
|
681
|
-
}
|
|
682
|
-
|
|
683
|
-
export class TOwnTaxDeletedbQuerys implements IOwnTaxDeletedbQuerys {
|
|
684
|
-
}
|
|
685
|
-
|
|
686
293
|
export interface IOwnTaxSyncdbQuerys {
|
|
687
294
|
uploader: string;
|
|
688
295
|
}
|
|
@@ -691,19 +298,6 @@ export class TOwnTaxSyncdbQuerys implements IOwnTaxSyncdbQuerys {
|
|
|
691
298
|
uploader: string = "";
|
|
692
299
|
}
|
|
693
300
|
|
|
694
|
-
/** ========== ownTaxItem ==========*/
|
|
695
|
-
export interface IOwnTaxItemSelectdbQuerys {
|
|
696
|
-
}
|
|
697
|
-
|
|
698
|
-
export class TOwnTaxItemSelectdbQuerys implements IOwnTaxItemSelectdbQuerys {
|
|
699
|
-
}
|
|
700
|
-
|
|
701
|
-
export interface IOwnTaxItemDeletedbQuerys {
|
|
702
|
-
}
|
|
703
|
-
|
|
704
|
-
export class TOwnTaxItemDeletedbQuerys implements IOwnTaxItemDeletedbQuerys {
|
|
705
|
-
}
|
|
706
|
-
|
|
707
301
|
/** ========== judicialSale ==========*/
|
|
708
302
|
export interface IJudicialSaleSelectdbQuerys {
|
|
709
303
|
}
|
|
@@ -711,12 +305,6 @@ export interface IJudicialSaleSelectdbQuerys {
|
|
|
711
305
|
export class TJudicialSaleSelectdbQuerys implements IJudicialSaleSelectdbQuerys {
|
|
712
306
|
}
|
|
713
307
|
|
|
714
|
-
export interface IJudicialSaleDeletedbQuerys {
|
|
715
|
-
}
|
|
716
|
-
|
|
717
|
-
export class TJudicialSaleDeletedbQuerys implements IJudicialSaleDeletedbQuerys {
|
|
718
|
-
}
|
|
719
|
-
|
|
720
308
|
export interface IJudicialSaleSyncdbQuerys {
|
|
721
309
|
uploader: string;
|
|
722
310
|
}
|
|
@@ -725,19 +313,6 @@ export class TJudicialSaleSyncdbQuerys implements IJudicialSaleSyncdbQuerys {
|
|
|
725
313
|
uploader: string = "";
|
|
726
314
|
}
|
|
727
315
|
|
|
728
|
-
/** ========== judicialSaleItem ==========*/
|
|
729
|
-
export interface IJudicialSaleItemSelectdbQuerys {
|
|
730
|
-
}
|
|
731
|
-
|
|
732
|
-
export class TJudicialSaleItemSelectdbQuerys implements IJudicialSaleItemSelectdbQuerys {
|
|
733
|
-
}
|
|
734
|
-
|
|
735
|
-
export interface IJudicialSaleItemDeletedbQuerys {
|
|
736
|
-
}
|
|
737
|
-
|
|
738
|
-
export class TJudicialSaleItemDeletedbQuerys implements IJudicialSaleItemDeletedbQuerys {
|
|
739
|
-
}
|
|
740
|
-
|
|
741
316
|
/** ========== copyRegWorks ==========*/
|
|
742
317
|
export interface ICopyRegWorksSelectdbQuerys {
|
|
743
318
|
}
|
|
@@ -745,12 +320,6 @@ export interface ICopyRegWorksSelectdbQuerys {
|
|
|
745
320
|
export class TCopyRegWorksSelectdbQuerys implements ICopyRegWorksSelectdbQuerys {
|
|
746
321
|
}
|
|
747
322
|
|
|
748
|
-
export interface ICopyRegWorksDeletedbQuerys {
|
|
749
|
-
}
|
|
750
|
-
|
|
751
|
-
export class TCopyRegWorksDeletedbQuerys implements ICopyRegWorksDeletedbQuerys {
|
|
752
|
-
}
|
|
753
|
-
|
|
754
323
|
export interface ICopyRegWorksSyncdbQuerys {
|
|
755
324
|
uploader: string;
|
|
756
325
|
}
|
|
@@ -759,19 +328,6 @@ export class TCopyRegWorksSyncdbQuerys implements ICopyRegWorksSyncdbQuerys {
|
|
|
759
328
|
uploader: string = "";
|
|
760
329
|
}
|
|
761
330
|
|
|
762
|
-
/** ========== copyRegWorksItem ==========*/
|
|
763
|
-
export interface ICopyRegWorksItemSelectdbQuerys {
|
|
764
|
-
}
|
|
765
|
-
|
|
766
|
-
export class TCopyRegWorksItemSelectdbQuerys implements ICopyRegWorksItemSelectdbQuerys {
|
|
767
|
-
}
|
|
768
|
-
|
|
769
|
-
export interface ICopyRegWorksItemDeletedbQuerys {
|
|
770
|
-
}
|
|
771
|
-
|
|
772
|
-
export class TCopyRegWorksItemDeletedbQuerys implements ICopyRegWorksItemDeletedbQuerys {
|
|
773
|
-
}
|
|
774
|
-
|
|
775
331
|
/** ========== copyReg ==========*/
|
|
776
332
|
export interface ICopyRegSelectdbQuerys {
|
|
777
333
|
}
|
|
@@ -779,12 +335,6 @@ export interface ICopyRegSelectdbQuerys {
|
|
|
779
335
|
export class TCopyRegSelectdbQuerys implements ICopyRegSelectdbQuerys {
|
|
780
336
|
}
|
|
781
337
|
|
|
782
|
-
export interface ICopyRegDeletedbQuerys {
|
|
783
|
-
}
|
|
784
|
-
|
|
785
|
-
export class TCopyRegDeletedbQuerys implements ICopyRegDeletedbQuerys {
|
|
786
|
-
}
|
|
787
|
-
|
|
788
338
|
export interface ICopyRegSyncdbQuerys {
|
|
789
339
|
uploader: string;
|
|
790
340
|
}
|
|
@@ -793,19 +343,6 @@ export class TCopyRegSyncdbQuerys implements ICopyRegSyncdbQuerys {
|
|
|
793
343
|
uploader: string = "";
|
|
794
344
|
}
|
|
795
345
|
|
|
796
|
-
/** ========== copyRegItem ==========*/
|
|
797
|
-
export interface ICopyRegItemSelectdbQuerys {
|
|
798
|
-
}
|
|
799
|
-
|
|
800
|
-
export class TCopyRegItemSelectdbQuerys implements ICopyRegItemSelectdbQuerys {
|
|
801
|
-
}
|
|
802
|
-
|
|
803
|
-
export interface ICopyRegItemDeletedbQuerys {
|
|
804
|
-
}
|
|
805
|
-
|
|
806
|
-
export class TCopyRegItemDeletedbQuerys implements ICopyRegItemDeletedbQuerys {
|
|
807
|
-
}
|
|
808
|
-
|
|
809
346
|
/** ========== findHistoryRongzi ==========*/
|
|
810
347
|
export interface IFindHistoryRongziSelectdbQuerys {
|
|
811
348
|
}
|
|
@@ -813,12 +350,6 @@ export interface IFindHistoryRongziSelectdbQuerys {
|
|
|
813
350
|
export class TFindHistoryRongziSelectdbQuerys implements IFindHistoryRongziSelectdbQuerys {
|
|
814
351
|
}
|
|
815
352
|
|
|
816
|
-
export interface IFindHistoryRongziDeletedbQuerys {
|
|
817
|
-
}
|
|
818
|
-
|
|
819
|
-
export class TFindHistoryRongziDeletedbQuerys implements IFindHistoryRongziDeletedbQuerys {
|
|
820
|
-
}
|
|
821
|
-
|
|
822
353
|
export interface IFindHistoryRongziSyncdbQuerys {
|
|
823
354
|
uploader: string;
|
|
824
355
|
}
|
|
@@ -827,19 +358,6 @@ export class TFindHistoryRongziSyncdbQuerys implements IFindHistoryRongziSyncdbQ
|
|
|
827
358
|
uploader: string = "";
|
|
828
359
|
}
|
|
829
360
|
|
|
830
|
-
/** ========== findHistoryRongziItem ==========*/
|
|
831
|
-
export interface IFindHistoryRongziItemSelectdbQuerys {
|
|
832
|
-
}
|
|
833
|
-
|
|
834
|
-
export class TFindHistoryRongziItemSelectdbQuerys implements IFindHistoryRongziItemSelectdbQuerys {
|
|
835
|
-
}
|
|
836
|
-
|
|
837
|
-
export interface IFindHistoryRongziItemDeletedbQuerys {
|
|
838
|
-
}
|
|
839
|
-
|
|
840
|
-
export class TFindHistoryRongziItemDeletedbQuerys implements IFindHistoryRongziItemDeletedbQuerys {
|
|
841
|
-
}
|
|
842
|
-
|
|
843
361
|
/** ========== findTeamMember ==========*/
|
|
844
362
|
export interface IFindTeamMemberSelectdbQuerys {
|
|
845
363
|
}
|
|
@@ -847,12 +365,6 @@ export interface IFindTeamMemberSelectdbQuerys {
|
|
|
847
365
|
export class TFindTeamMemberSelectdbQuerys implements IFindTeamMemberSelectdbQuerys {
|
|
848
366
|
}
|
|
849
367
|
|
|
850
|
-
export interface IFindTeamMemberDeletedbQuerys {
|
|
851
|
-
}
|
|
852
|
-
|
|
853
|
-
export class TFindTeamMemberDeletedbQuerys implements IFindTeamMemberDeletedbQuerys {
|
|
854
|
-
}
|
|
855
|
-
|
|
856
368
|
export interface IFindTeamMemberSyncdbQuerys {
|
|
857
369
|
uploader: string;
|
|
858
370
|
}
|
|
@@ -861,19 +373,6 @@ export class TFindTeamMemberSyncdbQuerys implements IFindTeamMemberSyncdbQuerys
|
|
|
861
373
|
uploader: string = "";
|
|
862
374
|
}
|
|
863
375
|
|
|
864
|
-
/** ========== findTeamMemberItem ==========*/
|
|
865
|
-
export interface IFindTeamMemberItemSelectdbQuerys {
|
|
866
|
-
}
|
|
867
|
-
|
|
868
|
-
export class TFindTeamMemberItemSelectdbQuerys implements IFindTeamMemberItemSelectdbQuerys {
|
|
869
|
-
}
|
|
870
|
-
|
|
871
|
-
export interface IFindTeamMemberItemDeletedbQuerys {
|
|
872
|
-
}
|
|
873
|
-
|
|
874
|
-
export class TFindTeamMemberItemDeletedbQuerys implements IFindTeamMemberItemDeletedbQuerys {
|
|
875
|
-
}
|
|
876
|
-
|
|
877
376
|
/** ========== findJingpin ==========*/
|
|
878
377
|
export interface IFindJingpinSelectdbQuerys {
|
|
879
378
|
}
|
|
@@ -881,12 +380,6 @@ export interface IFindJingpinSelectdbQuerys {
|
|
|
881
380
|
export class TFindJingpinSelectdbQuerys implements IFindJingpinSelectdbQuerys {
|
|
882
381
|
}
|
|
883
382
|
|
|
884
|
-
export interface IFindJingpinDeletedbQuerys {
|
|
885
|
-
}
|
|
886
|
-
|
|
887
|
-
export class TFindJingpinDeletedbQuerys implements IFindJingpinDeletedbQuerys {
|
|
888
|
-
}
|
|
889
|
-
|
|
890
383
|
export interface IFindJingpinSyncdbQuerys {
|
|
891
384
|
uploader: string;
|
|
892
385
|
}
|
|
@@ -895,53 +388,6 @@ export class TFindJingpinSyncdbQuerys implements IFindJingpinSyncdbQuerys {
|
|
|
895
388
|
uploader: string = "";
|
|
896
389
|
}
|
|
897
390
|
|
|
898
|
-
/** ========== findJingpinItem ==========*/
|
|
899
|
-
export interface IFindJingpinItemSelectdbQuerys {
|
|
900
|
-
}
|
|
901
|
-
|
|
902
|
-
export class TFindJingpinItemSelectdbQuerys implements IFindJingpinItemSelectdbQuerys {
|
|
903
|
-
}
|
|
904
|
-
|
|
905
|
-
export interface IFindJingpinItemDeletedbQuerys {
|
|
906
|
-
}
|
|
907
|
-
|
|
908
|
-
export class TFindJingpinItemDeletedbQuerys implements IFindJingpinItemDeletedbQuerys {
|
|
909
|
-
}
|
|
910
|
-
|
|
911
|
-
/** ========== publicInvest ==========*/
|
|
912
|
-
export interface IPublicInvestSelectdbQuerys {
|
|
913
|
-
}
|
|
914
|
-
|
|
915
|
-
export class TPublicInvestSelectdbQuerys implements IPublicInvestSelectdbQuerys {
|
|
916
|
-
}
|
|
917
|
-
|
|
918
|
-
export interface IPublicInvestDeletedbQuerys {
|
|
919
|
-
}
|
|
920
|
-
|
|
921
|
-
export class TPublicInvestDeletedbQuerys implements IPublicInvestDeletedbQuerys {
|
|
922
|
-
}
|
|
923
|
-
|
|
924
|
-
export interface IPublicInvestSyncdbQuerys {
|
|
925
|
-
uploader: string;
|
|
926
|
-
}
|
|
927
|
-
|
|
928
|
-
export class TPublicInvestSyncdbQuerys implements IPublicInvestSyncdbQuerys {
|
|
929
|
-
uploader: string = "";
|
|
930
|
-
}
|
|
931
|
-
|
|
932
|
-
/** ========== publicInvestItem ==========*/
|
|
933
|
-
export interface IPublicInvestItemSelectdbQuerys {
|
|
934
|
-
}
|
|
935
|
-
|
|
936
|
-
export class TPublicInvestItemSelectdbQuerys implements IPublicInvestItemSelectdbQuerys {
|
|
937
|
-
}
|
|
938
|
-
|
|
939
|
-
export interface IPublicInvestItemDeletedbQuerys {
|
|
940
|
-
}
|
|
941
|
-
|
|
942
|
-
export class TPublicInvestItemDeletedbQuerys implements IPublicInvestItemDeletedbQuerys {
|
|
943
|
-
}
|
|
944
|
-
|
|
945
391
|
/** ========== sync ==========*/
|
|
946
392
|
export interface ISyncSyncdbQuerys {
|
|
947
393
|
mode: string;
|