ntk-cms-api 1.0.439 → 1.0.441
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/bundles/ntk-cms-api.umd.js +248 -0
- package/bundles/ntk-cms-api.umd.js.map +1 -1
- package/bundles/ntk-cms-api.umd.min.js +1 -1
- package/bundles/ntk-cms-api.umd.min.js.map +1 -1
- package/esm2015/lib/models/dto/core-module/_export.js +3 -1
- package/esm2015/lib/models/dto/core-module/coreModuleFavoriteDtoModel.js +3 -0
- package/esm2015/lib/models/dto/core-module/coreModuleReportAbuseDtoModel.js +3 -0
- package/esm2015/lib/models/entity/application/applicationAppModel.js +1 -1
- package/esm2015/lib/models/entity/article/articleShareReceiverCategoryModel.js +1 -1
- package/esm2015/lib/models/entity/biography/biographyShareReceiverCategoryModel.js +1 -1
- package/esm2015/lib/models/entity/blog/blogShareReceiverCategoryModel.js +1 -1
- package/esm2015/lib/models/entity/core-module-log/_export.js +2 -1
- package/esm2015/lib/models/entity/core-module-log/coreModuleLogReportAbuseModel.js +4 -0
- package/esm2015/lib/models/entity/news/newsShareReceiverCategoryModel.js +1 -1
- package/esm2015/lib/service/article/articleContent.service.js +30 -1
- package/esm2015/lib/service/article/articleShareMainAdminSetting.service.js +1 -1
- package/esm2015/lib/service/article/articleShareReceiverCategory.service.js +1 -1
- package/esm2015/lib/service/article/articleShareServerCategory.service.js +1 -1
- package/esm2015/lib/service/biography/biographyShareMainAdminSetting.service.js +1 -1
- package/esm2015/lib/service/biography/biographyShareReceiverCategory.service.js +1 -1
- package/esm2015/lib/service/biography/biographyShareServerCategory.service.js +1 -1
- package/esm2015/lib/service/blog/blogContent.service.js +30 -1
- package/esm2015/lib/service/blog/blogShareMainAdminSetting.service.js +1 -1
- package/esm2015/lib/service/blog/blogShareReceiverCategory.service.js +1 -1
- package/esm2015/lib/service/blog/blogShareServerCategory.service.js +1 -1
- package/esm2015/lib/service/chart/chartContent.service.js +30 -1
- package/esm2015/lib/service/core-module-log/_export.js +2 -1
- package/esm2015/lib/service/core-module-log/coreModuleLogFavorite.service.js +31 -1
- package/esm2015/lib/service/core-module-log/coreModuleLogReportAbuse.service.js +41 -0
- package/esm2015/lib/service/estate/estateProperty.service.js +30 -1
- package/esm2015/lib/service/news/newsContent.service.js +30 -1
- package/esm2015/lib/service/news/newsShareMainAdminSetting.service.js +1 -1
- package/esm2015/lib/service/news/newsShareReceiverCategory.service.js +1 -1
- package/esm2015/lib/service/news/newsShareServerCategory.service.js +1 -1
- package/fesm2015/ntk-cms-api.js +215 -1
- package/fesm2015/ntk-cms-api.js.map +1 -1
- package/lib/models/dto/core-module/_export.d.ts +2 -0
- package/lib/models/dto/core-module/coreModuleFavoriteDtoModel.d.ts +5 -0
- package/lib/models/dto/core-module/coreModuleReportAbuseDtoModel.d.ts +6 -0
- package/lib/models/entity/application/applicationAppModel.d.ts +1 -0
- package/lib/models/entity/article/articleShareReceiverCategoryModel.d.ts +2 -2
- package/lib/models/entity/biography/biographyShareReceiverCategoryModel.d.ts +2 -2
- package/lib/models/entity/blog/blogShareReceiverCategoryModel.d.ts +2 -2
- package/lib/models/entity/core-module-log/_export.d.ts +1 -0
- package/lib/models/entity/core-module-log/coreModuleLogReportAbuseModel.d.ts +10 -0
- package/lib/models/entity/news/newsShareReceiverCategoryModel.d.ts +2 -2
- package/lib/service/article/articleContent.service.d.ts +3 -0
- package/lib/service/article/articleShareMainAdminSetting.service.d.ts +2 -1
- package/lib/service/article/articleShareReceiverCategory.service.d.ts +2 -1
- package/lib/service/article/articleShareServerCategory.service.d.ts +3 -2
- package/lib/service/biography/biographyShareMainAdminSetting.service.d.ts +2 -1
- package/lib/service/biography/biographyShareReceiverCategory.service.d.ts +2 -1
- package/lib/service/biography/biographyShareServerCategory.service.d.ts +3 -2
- package/lib/service/blog/blogContent.service.d.ts +3 -0
- package/lib/service/blog/blogShareMainAdminSetting.service.d.ts +2 -1
- package/lib/service/blog/blogShareReceiverCategory.service.d.ts +2 -1
- package/lib/service/blog/blogShareServerCategory.service.d.ts +3 -2
- package/lib/service/chart/chartContent.service.d.ts +3 -0
- package/lib/service/core-module-log/_export.d.ts +1 -0
- package/lib/service/core-module-log/coreModuleLogFavorite.service.d.ts +5 -0
- package/lib/service/core-module-log/coreModuleLogReportAbuse.service.d.ts +10 -0
- package/lib/service/estate/estateProperty.service.d.ts +3 -0
- package/lib/service/news/newsContent.service.d.ts +3 -0
- package/lib/service/news/newsShareMainAdminSetting.service.d.ts +2 -1
- package/lib/service/news/newsShareReceiverCategory.service.d.ts +2 -1
- package/lib/service/news/newsShareServerCategory.service.d.ts +3 -2
- package/ntk-cms-api.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -4416,6 +4416,12 @@
|
|
|
4416
4416
|
{ type: i0.Injectable }
|
|
4417
4417
|
];
|
|
4418
4418
|
|
|
4419
|
+
var CoreModuleFavoriteDtoModel = /** @class */ (function () {
|
|
4420
|
+
function CoreModuleFavoriteDtoModel() {
|
|
4421
|
+
}
|
|
4422
|
+
return CoreModuleFavoriteDtoModel;
|
|
4423
|
+
}());
|
|
4424
|
+
|
|
4419
4425
|
var CoreModuleLogFavoriteService = /** @class */ (function (_super) {
|
|
4420
4426
|
__extends(CoreModuleLogFavoriteService, _super);
|
|
4421
4427
|
function CoreModuleLogFavoriteService() {
|
|
@@ -4424,12 +4430,92 @@
|
|
|
4424
4430
|
CoreModuleLogFavoriteService.prototype.getModuleControllerUrl = function () {
|
|
4425
4431
|
return 'CoreModuleLogFavorite';
|
|
4426
4432
|
};
|
|
4433
|
+
CoreModuleLogFavoriteService.prototype.ServiceAddFavorite = function (model) {
|
|
4434
|
+
var _this = this;
|
|
4435
|
+
if (model == null) {
|
|
4436
|
+
model = new CoreModuleFavoriteDtoModel();
|
|
4437
|
+
}
|
|
4438
|
+
return this.http
|
|
4439
|
+
.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddFavorite', model, {
|
|
4440
|
+
headers: this.getHeaders(),
|
|
4441
|
+
})
|
|
4442
|
+
.pipe(operators.retry(this.configApiRetry),
|
|
4443
|
+
// catchError(this.handleError)
|
|
4444
|
+
operators.map(function (ret) {
|
|
4445
|
+
return _this.errorExceptionResultCheck(ret);
|
|
4446
|
+
}));
|
|
4447
|
+
};
|
|
4448
|
+
CoreModuleLogFavoriteService.prototype.ServiceRemoveFavorite = function (model) {
|
|
4449
|
+
var _this = this;
|
|
4450
|
+
if (model == null) {
|
|
4451
|
+
model = new CoreModuleFavoriteDtoModel();
|
|
4452
|
+
}
|
|
4453
|
+
return this.http
|
|
4454
|
+
.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/RemoveFavorite', model, {
|
|
4455
|
+
headers: this.getHeaders(),
|
|
4456
|
+
})
|
|
4457
|
+
.pipe(operators.retry(this.configApiRetry),
|
|
4458
|
+
// catchError(this.handleError)
|
|
4459
|
+
operators.map(function (ret) {
|
|
4460
|
+
return _this.errorExceptionResultCheck(ret);
|
|
4461
|
+
}));
|
|
4462
|
+
};
|
|
4427
4463
|
return CoreModuleLogFavoriteService;
|
|
4428
4464
|
}(ApiCmsServerBase));
|
|
4429
4465
|
CoreModuleLogFavoriteService.decorators = [
|
|
4430
4466
|
{ type: i0.Injectable }
|
|
4431
4467
|
];
|
|
4432
4468
|
|
|
4469
|
+
var CoreModuleReportAbuseDtoModel = /** @class */ (function () {
|
|
4470
|
+
function CoreModuleReportAbuseDtoModel() {
|
|
4471
|
+
}
|
|
4472
|
+
return CoreModuleReportAbuseDtoModel;
|
|
4473
|
+
}());
|
|
4474
|
+
|
|
4475
|
+
var CoreModuleLogReportAbuseService = /** @class */ (function (_super) {
|
|
4476
|
+
__extends(CoreModuleLogReportAbuseService, _super);
|
|
4477
|
+
function CoreModuleLogReportAbuseService() {
|
|
4478
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
4479
|
+
}
|
|
4480
|
+
CoreModuleLogReportAbuseService.prototype.getModuleControllerUrl = function () {
|
|
4481
|
+
return 'CoreModuleLogReportAbuse';
|
|
4482
|
+
};
|
|
4483
|
+
CoreModuleLogReportAbuseService.prototype.ServiceAddReportAbuse = function (model) {
|
|
4484
|
+
var _this = this;
|
|
4485
|
+
if (model == null) {
|
|
4486
|
+
model = new CoreModuleReportAbuseDtoModel();
|
|
4487
|
+
}
|
|
4488
|
+
return this.http
|
|
4489
|
+
.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddReportAbuse', model, {
|
|
4490
|
+
headers: this.getHeaders(),
|
|
4491
|
+
})
|
|
4492
|
+
.pipe(operators.retry(this.configApiRetry),
|
|
4493
|
+
// catchError(this.handleError)
|
|
4494
|
+
operators.map(function (ret) {
|
|
4495
|
+
return _this.errorExceptionResultCheck(ret);
|
|
4496
|
+
}));
|
|
4497
|
+
};
|
|
4498
|
+
CoreModuleLogReportAbuseService.prototype.ServiceRemoveReportAbuse = function (model) {
|
|
4499
|
+
var _this = this;
|
|
4500
|
+
if (model == null) {
|
|
4501
|
+
model = new CoreModuleReportAbuseDtoModel();
|
|
4502
|
+
}
|
|
4503
|
+
return this.http
|
|
4504
|
+
.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/RemoveReportAbuse', model, {
|
|
4505
|
+
headers: this.getHeaders(),
|
|
4506
|
+
})
|
|
4507
|
+
.pipe(operators.retry(this.configApiRetry),
|
|
4508
|
+
// catchError(this.handleError)
|
|
4509
|
+
operators.map(function (ret) {
|
|
4510
|
+
return _this.errorExceptionResultCheck(ret);
|
|
4511
|
+
}));
|
|
4512
|
+
};
|
|
4513
|
+
return CoreModuleLogReportAbuseService;
|
|
4514
|
+
}(ApiCmsServerBase));
|
|
4515
|
+
CoreModuleLogReportAbuseService.decorators = [
|
|
4516
|
+
{ type: i0.Injectable }
|
|
4517
|
+
];
|
|
4518
|
+
|
|
4433
4519
|
var CoreModuleTagCategoryModel = /** @class */ (function (_super) {
|
|
4434
4520
|
__extends(CoreModuleTagCategoryModel, _super);
|
|
4435
4521
|
function CoreModuleTagCategoryModel() {
|
|
@@ -4518,6 +4604,14 @@
|
|
|
4518
4604
|
return CoreModuleLogScoreModel;
|
|
4519
4605
|
}(BaseModuleEntity));
|
|
4520
4606
|
|
|
4607
|
+
var CoreModuleLogReportAbuseModel = /** @class */ (function (_super) {
|
|
4608
|
+
__extends(CoreModuleLogReportAbuseModel, _super);
|
|
4609
|
+
function CoreModuleLogReportAbuseModel() {
|
|
4610
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
4611
|
+
}
|
|
4612
|
+
return CoreModuleLogReportAbuseModel;
|
|
4613
|
+
}(BaseModuleEntity));
|
|
4614
|
+
|
|
4521
4615
|
var FileConfigurationService = /** @class */ (function (_super) {
|
|
4522
4616
|
__extends(FileConfigurationService, _super);
|
|
4523
4617
|
function FileConfigurationService() {
|
|
@@ -6242,6 +6336,36 @@
|
|
|
6242
6336
|
return _this.errorExceptionResultCheck(ret);
|
|
6243
6337
|
}));
|
|
6244
6338
|
};
|
|
6339
|
+
NewsContentService.prototype.ServiceReportAbuseAdd = function (model) {
|
|
6340
|
+
var _this = this;
|
|
6341
|
+
if (model == null) {
|
|
6342
|
+
model = new CoreModuleReportAbuseDtoModel();
|
|
6343
|
+
}
|
|
6344
|
+
return this.http
|
|
6345
|
+
.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseAdd', model, {
|
|
6346
|
+
headers: this.getHeaders(),
|
|
6347
|
+
})
|
|
6348
|
+
.pipe(operators.retry(this.configApiRetry),
|
|
6349
|
+
// catchError(this.handleError)
|
|
6350
|
+
operators.map(function (ret) {
|
|
6351
|
+
return _this.errorExceptionResultCheck(ret);
|
|
6352
|
+
}));
|
|
6353
|
+
};
|
|
6354
|
+
NewsContentService.prototype.ServiceReportAbuseList = function (model) {
|
|
6355
|
+
var _this = this;
|
|
6356
|
+
if (model == null) {
|
|
6357
|
+
model = new FilterModel();
|
|
6358
|
+
}
|
|
6359
|
+
return this.http
|
|
6360
|
+
.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseList', model, {
|
|
6361
|
+
headers: this.getHeaders(),
|
|
6362
|
+
})
|
|
6363
|
+
.pipe(operators.retry(this.configApiRetry),
|
|
6364
|
+
// catchError(this.handleError)
|
|
6365
|
+
operators.map(function (ret) {
|
|
6366
|
+
return _this.errorExceptionResultCheck(ret);
|
|
6367
|
+
}));
|
|
6368
|
+
};
|
|
6245
6369
|
return NewsContentService;
|
|
6246
6370
|
}(ApiCmsServerBase));
|
|
6247
6371
|
NewsContentService.decorators = [
|
|
@@ -6802,6 +6926,36 @@
|
|
|
6802
6926
|
return _this.errorExceptionResultCheck(ret);
|
|
6803
6927
|
}));
|
|
6804
6928
|
};
|
|
6929
|
+
ChartContentService.prototype.ServiceReportAbuseAdd = function (model) {
|
|
6930
|
+
var _this = this;
|
|
6931
|
+
if (model == null) {
|
|
6932
|
+
model = new CoreModuleReportAbuseDtoModel();
|
|
6933
|
+
}
|
|
6934
|
+
return this.http
|
|
6935
|
+
.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseAdd', model, {
|
|
6936
|
+
headers: this.getHeaders(),
|
|
6937
|
+
})
|
|
6938
|
+
.pipe(operators.retry(this.configApiRetry),
|
|
6939
|
+
// catchError(this.handleError)
|
|
6940
|
+
operators.map(function (ret) {
|
|
6941
|
+
return _this.errorExceptionResultCheck(ret);
|
|
6942
|
+
}));
|
|
6943
|
+
};
|
|
6944
|
+
ChartContentService.prototype.ServiceReportAbuseList = function (model) {
|
|
6945
|
+
var _this = this;
|
|
6946
|
+
if (model == null) {
|
|
6947
|
+
model = new FilterModel();
|
|
6948
|
+
}
|
|
6949
|
+
return this.http
|
|
6950
|
+
.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseList', model, {
|
|
6951
|
+
headers: this.getHeaders(),
|
|
6952
|
+
})
|
|
6953
|
+
.pipe(operators.retry(this.configApiRetry),
|
|
6954
|
+
// catchError(this.handleError)
|
|
6955
|
+
operators.map(function (ret) {
|
|
6956
|
+
return _this.errorExceptionResultCheck(ret);
|
|
6957
|
+
}));
|
|
6958
|
+
};
|
|
6805
6959
|
return ChartContentService;
|
|
6806
6960
|
}(ApiCmsServerBase));
|
|
6807
6961
|
ChartContentService.decorators = [
|
|
@@ -7338,6 +7492,36 @@
|
|
|
7338
7492
|
return _this.errorExceptionResultCheck(ret);
|
|
7339
7493
|
}));
|
|
7340
7494
|
};
|
|
7495
|
+
BlogContentService.prototype.ServiceReportAbuseAdd = function (model) {
|
|
7496
|
+
var _this = this;
|
|
7497
|
+
if (model == null) {
|
|
7498
|
+
model = new CoreModuleReportAbuseDtoModel();
|
|
7499
|
+
}
|
|
7500
|
+
return this.http
|
|
7501
|
+
.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseAdd', model, {
|
|
7502
|
+
headers: this.getHeaders(),
|
|
7503
|
+
})
|
|
7504
|
+
.pipe(operators.retry(this.configApiRetry),
|
|
7505
|
+
// catchError(this.handleError)
|
|
7506
|
+
operators.map(function (ret) {
|
|
7507
|
+
return _this.errorExceptionResultCheck(ret);
|
|
7508
|
+
}));
|
|
7509
|
+
};
|
|
7510
|
+
BlogContentService.prototype.ServiceReportAbuseList = function (model) {
|
|
7511
|
+
var _this = this;
|
|
7512
|
+
if (model == null) {
|
|
7513
|
+
model = new FilterModel();
|
|
7514
|
+
}
|
|
7515
|
+
return this.http
|
|
7516
|
+
.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseList', model, {
|
|
7517
|
+
headers: this.getHeaders(),
|
|
7518
|
+
})
|
|
7519
|
+
.pipe(operators.retry(this.configApiRetry),
|
|
7520
|
+
// catchError(this.handleError)
|
|
7521
|
+
operators.map(function (ret) {
|
|
7522
|
+
return _this.errorExceptionResultCheck(ret);
|
|
7523
|
+
}));
|
|
7524
|
+
};
|
|
7341
7525
|
return BlogContentService;
|
|
7342
7526
|
}(ApiCmsServerBase));
|
|
7343
7527
|
BlogContentService.decorators = [
|
|
@@ -11180,6 +11364,36 @@
|
|
|
11180
11364
|
return _this.errorExceptionResultCheck(ret);
|
|
11181
11365
|
}));
|
|
11182
11366
|
};
|
|
11367
|
+
EstatePropertyService.prototype.ServiceReportAbuseAdd = function (model) {
|
|
11368
|
+
var _this = this;
|
|
11369
|
+
if (model == null) {
|
|
11370
|
+
model = new CoreModuleReportAbuseDtoModel();
|
|
11371
|
+
}
|
|
11372
|
+
return this.http
|
|
11373
|
+
.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseAdd', model, {
|
|
11374
|
+
headers: this.getHeaders(),
|
|
11375
|
+
})
|
|
11376
|
+
.pipe(operators.retry(this.configApiRetry),
|
|
11377
|
+
// catchError(this.handleError)
|
|
11378
|
+
operators.map(function (ret) {
|
|
11379
|
+
return _this.errorExceptionResultCheck(ret);
|
|
11380
|
+
}));
|
|
11381
|
+
};
|
|
11382
|
+
EstatePropertyService.prototype.ServiceReportAbuseList = function (model) {
|
|
11383
|
+
var _this = this;
|
|
11384
|
+
if (model == null) {
|
|
11385
|
+
model = new FilterModel();
|
|
11386
|
+
}
|
|
11387
|
+
return this.http
|
|
11388
|
+
.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseList', model, {
|
|
11389
|
+
headers: this.getHeaders(),
|
|
11390
|
+
})
|
|
11391
|
+
.pipe(operators.retry(this.configApiRetry),
|
|
11392
|
+
// catchError(this.handleError)
|
|
11393
|
+
operators.map(function (ret) {
|
|
11394
|
+
return _this.errorExceptionResultCheck(ret);
|
|
11395
|
+
}));
|
|
11396
|
+
};
|
|
11183
11397
|
EstatePropertyService.prototype.ServiceGetAllWithBillboardId = function (BillboardId, model) {
|
|
11184
11398
|
var _this = this;
|
|
11185
11399
|
if (model == null) {
|
|
@@ -12108,6 +12322,36 @@
|
|
|
12108
12322
|
return _this.errorExceptionResultCheck(ret);
|
|
12109
12323
|
}));
|
|
12110
12324
|
};
|
|
12325
|
+
ArticleContentService.prototype.ServiceReportAbuseAdd = function (model) {
|
|
12326
|
+
var _this = this;
|
|
12327
|
+
if (model == null) {
|
|
12328
|
+
model = new CoreModuleReportAbuseDtoModel();
|
|
12329
|
+
}
|
|
12330
|
+
return this.http
|
|
12331
|
+
.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseAdd', model, {
|
|
12332
|
+
headers: this.getHeaders(),
|
|
12333
|
+
})
|
|
12334
|
+
.pipe(operators.retry(this.configApiRetry),
|
|
12335
|
+
// catchError(this.handleError)
|
|
12336
|
+
operators.map(function (ret) {
|
|
12337
|
+
return _this.errorExceptionResultCheck(ret);
|
|
12338
|
+
}));
|
|
12339
|
+
};
|
|
12340
|
+
ArticleContentService.prototype.ServiceReportAbuseList = function (model) {
|
|
12341
|
+
var _this = this;
|
|
12342
|
+
if (model == null) {
|
|
12343
|
+
model = new FilterModel();
|
|
12344
|
+
}
|
|
12345
|
+
return this.http
|
|
12346
|
+
.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseList', model, {
|
|
12347
|
+
headers: this.getHeaders(),
|
|
12348
|
+
})
|
|
12349
|
+
.pipe(operators.retry(this.configApiRetry),
|
|
12350
|
+
// catchError(this.handleError)
|
|
12351
|
+
operators.map(function (ret) {
|
|
12352
|
+
return _this.errorExceptionResultCheck(ret);
|
|
12353
|
+
}));
|
|
12354
|
+
};
|
|
12111
12355
|
return ArticleContentService;
|
|
12112
12356
|
}(ApiCmsServerBase));
|
|
12113
12357
|
ArticleContentService.decorators = [
|
|
@@ -13016,10 +13260,13 @@
|
|
|
13016
13260
|
exports.CoreModuleConfigAdminMainValuesModel = CoreModuleConfigAdminMainValuesModel;
|
|
13017
13261
|
exports.CoreModuleConfigSiteAccessValuesModel = CoreModuleConfigSiteAccessValuesModel;
|
|
13018
13262
|
exports.CoreModuleConfigSiteValuesModel = CoreModuleConfigSiteValuesModel;
|
|
13263
|
+
exports.CoreModuleFavoriteDtoModel = CoreModuleFavoriteDtoModel;
|
|
13019
13264
|
exports.CoreModuleLogFavoriteModel = CoreModuleLogFavoriteModel;
|
|
13020
13265
|
exports.CoreModuleLogFavoriteService = CoreModuleLogFavoriteService;
|
|
13021
13266
|
exports.CoreModuleLogLikeModel = CoreModuleLogLikeModel;
|
|
13022
13267
|
exports.CoreModuleLogLikeService = CoreModuleLogLikeService;
|
|
13268
|
+
exports.CoreModuleLogReportAbuseModel = CoreModuleLogReportAbuseModel;
|
|
13269
|
+
exports.CoreModuleLogReportAbuseService = CoreModuleLogReportAbuseService;
|
|
13023
13270
|
exports.CoreModuleLogScoreModel = CoreModuleLogScoreModel;
|
|
13024
13271
|
exports.CoreModuleLogScoreService = CoreModuleLogScoreService;
|
|
13025
13272
|
exports.CoreModuleModel = CoreModuleModel;
|
|
@@ -13029,6 +13276,7 @@
|
|
|
13029
13276
|
exports.CoreModuleProcessService = CoreModuleProcessService;
|
|
13030
13277
|
exports.CoreModuleRelationshipContentModel = CoreModuleRelationshipContentModel;
|
|
13031
13278
|
exports.CoreModuleRelationshipContentService = CoreModuleRelationshipContentService;
|
|
13279
|
+
exports.CoreModuleReportAbuseDtoModel = CoreModuleReportAbuseDtoModel;
|
|
13032
13280
|
exports.CoreModuleSaleHeaderCalculateDtoModel = CoreModuleSaleHeaderCalculateDtoModel;
|
|
13033
13281
|
exports.CoreModuleSaleHeaderGroupModel = CoreModuleSaleHeaderGroupModel;
|
|
13034
13282
|
exports.CoreModuleSaleHeaderGroupService = CoreModuleSaleHeaderGroupService;
|