YiAi/YiAiQuickDeploy/dist/modules/app/appCats.entity.js

1 line
3.6 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

'use strict';var _0x2542c5=_0x4314;(function(_0x551b5a,_0x2b5d04){var _0x59fced=_0x4314,_0x5564bf=_0x551b5a();while(!![]){try{var _0x5b7918=-parseInt(_0x59fced(0x146))/0x1+-parseInt(_0x59fced(0x148))/0x2+parseInt(_0x59fced(0x142))/0x3*(parseInt(_0x59fced(0x13d))/0x4)+-parseInt(_0x59fced(0x135))/0x5+-parseInt(_0x59fced(0x136))/0x6*(parseInt(_0x59fced(0x137))/0x7)+-parseInt(_0x59fced(0x143))/0x8*(-parseInt(_0x59fced(0x14b))/0x9)+parseInt(_0x59fced(0x134))/0xa;if(_0x5b7918===_0x2b5d04)break;else _0x5564bf['push'](_0x5564bf['shift']());}catch(_0x4ef209){_0x5564bf['push'](_0x5564bf['shift']());}}}(_0x9d1f,0x8c15e));function _0x4314(_0x382d27,_0x47c2aa){var _0x9d1f67=_0x9d1f();return _0x4314=function(_0x43148c,_0x925a01){_0x43148c=_0x43148c-0x12e;var _0x2f3bc7=_0x9d1f67[_0x43148c];return _0x2f3bc7;},_0x4314(_0x382d27,_0x47c2aa);}var __decorate=this&&this['__decorate']||function(_0x212c5d,_0x3c2c85,_0x189987,_0x41bcc2){var _0x5d2d35=_0x4314,_0x3c3a34=arguments[_0x5d2d35(0x144)],_0x571ec7=_0x3c3a34<0x3?_0x3c2c85:_0x41bcc2===null?_0x41bcc2=Object[_0x5d2d35(0x140)](_0x3c2c85,_0x189987):_0x41bcc2,_0xd7d936;if(typeof Reflect==='object'&&typeof Reflect['decorate']==='function')_0x571ec7=Reflect['decorate'](_0x212c5d,_0x3c2c85,_0x189987,_0x41bcc2);else{for(var _0x5eb3ab=_0x212c5d[_0x5d2d35(0x144)]-0x1;_0x5eb3ab>=0x0;_0x5eb3ab--)if(_0xd7d936=_0x212c5d[_0x5eb3ab])_0x571ec7=(_0x3c3a34<0x3?_0xd7d936(_0x571ec7):_0x3c3a34>0x3?_0xd7d936(_0x3c2c85,_0x189987,_0x571ec7):_0xd7d936(_0x3c2c85,_0x189987))||_0x571ec7;}return _0x3c3a34>0x3&&_0x571ec7&&Object['defineProperty'](_0x3c2c85,_0x189987,_0x571ec7),_0x571ec7;},__metadata=this&&this['__metadata']||function(_0x20d4b0,_0x58f99c){var _0x5633d4=_0x4314;if(typeof Reflect===_0x5633d4(0x130)&&typeof Reflect[_0x5633d4(0x131)]===_0x5633d4(0x139))return Reflect[_0x5633d4(0x131)](_0x20d4b0,_0x58f99c);};Object['defineProperty'](exports,_0x2542c5(0x133),{'value':!![]}),exports[_0x2542c5(0x13a)]=void 0x0;const typeorm_1=require('typeorm'),baseEntity_1=require(_0x2542c5(0x14a));function _0x9d1f(){var _0x886e49=['3388iqvqFl','des','function','AppCatsEntity','App分类名称','BaseEntity','28fpTOCO','App分类是否启用中\x200禁用\x201启用','prototype','getOwnPropertyDescriptor','App分类封面图片','443913zvLBQK','8TzYoRb','length','design:type','1007773fqEPoj','Column','354450hCrWnw','status','../../common/entity/baseEntity','115155qMPiBU','app_cats','name','object','metadata','order','__esModule','12009290vpoNQy','495885WNUoKh','4854TJHsRM'];_0x9d1f=function(){return _0x886e49;};return _0x9d1f();}let AppCatsEntity=class AppCatsEntity extends baseEntity_1[_0x2542c5(0x13c)]{};__decorate([(0x0,typeorm_1['Column'])({'unique':!![],'comment':_0x2542c5(0x13b)}),__metadata('design:type',String)],AppCatsEntity[_0x2542c5(0x13f)],_0x2542c5(0x12f),void 0x0),__decorate([(0x0,typeorm_1[_0x2542c5(0x147)])({'comment':'App分类描述信息'}),__metadata(_0x2542c5(0x145),String)],AppCatsEntity['prototype'],_0x2542c5(0x138),void 0x0),__decorate([(0x0,typeorm_1[_0x2542c5(0x147)])({'comment':_0x2542c5(0x141),'nullable':!![]}),__metadata(_0x2542c5(0x145),String)],AppCatsEntity[_0x2542c5(0x13f)],'coverImg',void 0x0),__decorate([(0x0,typeorm_1['Column'])({'comment':'App分类排序、数字越大越靠前','default':0x64}),__metadata(_0x2542c5(0x145),Number)],AppCatsEntity[_0x2542c5(0x13f)],_0x2542c5(0x132),void 0x0),__decorate([(0x0,typeorm_1[_0x2542c5(0x147)])({'comment':_0x2542c5(0x13e),'default':0x1}),__metadata(_0x2542c5(0x145),Number)],AppCatsEntity['prototype'],_0x2542c5(0x149),void 0x0),AppCatsEntity=__decorate([(0x0,typeorm_1['Entity'])({'name':_0x2542c5(0x12e)})],AppCatsEntity),exports[_0x2542c5(0x13a)]=AppCatsEntity;