YiAi/YiAiQuickDeploy/dist/modules/app/appCats.entity.js
2024-02-05 23:18:50 +08:00

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 _0x392059=_0x2c20;function _0x2c20(_0xea6353,_0x396562){var _0x56f949=_0x56f9();return _0x2c20=function(_0x2c2081,_0x4f33d6){_0x2c2081=_0x2c2081-0x77;var _0x549e63=_0x56f949[_0x2c2081];return _0x549e63;},_0x2c20(_0xea6353,_0x396562);}(function(_0x299936,_0x4c025e){var _0x40e44c=_0x2c20,_0x35c661=_0x299936();while(!![]){try{var _0x59ed31=-parseInt(_0x40e44c(0x87))/0x1*(-parseInt(_0x40e44c(0x88))/0x2)+parseInt(_0x40e44c(0x80))/0x3+-parseInt(_0x40e44c(0x91))/0x4*(parseInt(_0x40e44c(0x8c))/0x5)+-parseInt(_0x40e44c(0x92))/0x6+-parseInt(_0x40e44c(0x79))/0x7+parseInt(_0x40e44c(0x94))/0x8+parseInt(_0x40e44c(0x86))/0x9;if(_0x59ed31===_0x4c025e)break;else _0x35c661['push'](_0x35c661['shift']());}catch(_0x5de359){_0x35c661['push'](_0x35c661['shift']());}}}(_0x56f9,0xe35ec));function _0x56f9(){var _0x58bde1=['decorate','design:type','4877160NjRUIp','BaseEntity','des','metadata','__decorate','Column','10572741DBEkjg','15uPwFNU','106662dVCmKt','typeorm','defineProperty','App分类描述信息','5AQntpX','length','AppCatsEntity','prototype','App分类名称','3987344PPERWq','4186818DOIJLW','app_cats','3734064bkMMzO','coverImg','order','10088715qFKSwn','status','__esModule','object','__metadata'];_0x56f9=function(){return _0x58bde1;};return _0x56f9();}var __decorate=this&&this[_0x392059(0x84)]||function(_0x2786bf,_0x24b472,_0x1b61da,_0x1b5123){var _0x42e820=_0x392059,_0x4e2228=arguments[_0x42e820(0x8d)],_0x4921e0=_0x4e2228<0x3?_0x24b472:_0x1b5123===null?_0x1b5123=Object['getOwnPropertyDescriptor'](_0x24b472,_0x1b61da):_0x1b5123,_0x3251a1;if(typeof Reflect===_0x42e820(0x7c)&&typeof Reflect[_0x42e820(0x7e)]==='function')_0x4921e0=Reflect[_0x42e820(0x7e)](_0x2786bf,_0x24b472,_0x1b61da,_0x1b5123);else{for(var _0x5c3a49=_0x2786bf[_0x42e820(0x8d)]-0x1;_0x5c3a49>=0x0;_0x5c3a49--)if(_0x3251a1=_0x2786bf[_0x5c3a49])_0x4921e0=(_0x4e2228<0x3?_0x3251a1(_0x4921e0):_0x4e2228>0x3?_0x3251a1(_0x24b472,_0x1b61da,_0x4921e0):_0x3251a1(_0x24b472,_0x1b61da))||_0x4921e0;}return _0x4e2228>0x3&&_0x4921e0&&Object[_0x42e820(0x8a)](_0x24b472,_0x1b61da,_0x4921e0),_0x4921e0;},__metadata=this&&this[_0x392059(0x7d)]||function(_0x4922c4,_0x303408){var _0x3240b3=_0x392059;if(typeof Reflect===_0x3240b3(0x7c)&&typeof Reflect['metadata']==='function')return Reflect[_0x3240b3(0x83)](_0x4922c4,_0x303408);};Object[_0x392059(0x8a)](exports,_0x392059(0x7b),{'value':!![]}),exports[_0x392059(0x8e)]=void 0x0;const typeorm_1=require(_0x392059(0x89)),baseEntity_1=require('../../common/entity/baseEntity');let AppCatsEntity=class AppCatsEntity extends baseEntity_1[_0x392059(0x81)]{};__decorate([(0x0,typeorm_1[_0x392059(0x85)])({'unique':!![],'comment':_0x392059(0x90)}),__metadata(_0x392059(0x7f),String)],AppCatsEntity[_0x392059(0x8f)],'name',void 0x0),__decorate([(0x0,typeorm_1['Column'])({'comment':_0x392059(0x8b)}),__metadata(_0x392059(0x7f),String)],AppCatsEntity[_0x392059(0x8f)],_0x392059(0x82),void 0x0),__decorate([(0x0,typeorm_1[_0x392059(0x85)])({'comment':'App分类封面图片','nullable':!![]}),__metadata(_0x392059(0x7f),String)],AppCatsEntity['prototype'],_0x392059(0x77),void 0x0),__decorate([(0x0,typeorm_1['Column'])({'comment':'App分类排序、数字越大越靠前','default':0x64}),__metadata(_0x392059(0x7f),Number)],AppCatsEntity[_0x392059(0x8f)],_0x392059(0x78),void 0x0),__decorate([(0x0,typeorm_1[_0x392059(0x85)])({'comment':'App分类是否启用中\x200禁用\x201启用','default':0x1}),__metadata(_0x392059(0x7f),Number)],AppCatsEntity[_0x392059(0x8f)],_0x392059(0x7a),void 0x0),AppCatsEntity=__decorate([(0x0,typeorm_1['Entity'])({'name':_0x392059(0x93)})],AppCatsEntity),exports['AppCatsEntity']=AppCatsEntity;