tnx-shared 5.3.210 → 5.3.211

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.
@@ -21240,6 +21240,9 @@
21240
21240
  function CongViecService(http, injector, _moduleConfigService, _dmLoaiCongViecService) {
21241
21241
  var _this = _super.call(this, http, injector, _moduleConfigService.getConfig().environment.apiDomain.congviecEndpoint + "/" + _moduleConfigService.getConfig().environment.apiVersion + "/CongViec_Chinh") || this;
21242
21242
  _this._dmLoaiCongViecService = _dmLoaiCongViecService;
21243
+ _this.serviceCode = 'congviec';
21244
+ _this.entityName = 'CongViec_Chinh';
21245
+ _this.objectName = 'công việc';
21243
21246
  _this.endPoint = _moduleConfigService.getConfig().environment.apiDomain.congviecEndpoint;
21244
21247
  _this._moduleConfig = _moduleConfigService.getConfig();
21245
21248
  return _this;