YiAi/YiAiQuickDeploy/dist/modules/autoreply/autoreplay.entity.js

1 line
3.4 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 _0x48f6ae=_0x32e6;(function(_0x56d44a,_0x446c26){var _0x3cdf24=_0x32e6,_0x5d9ed3=_0x56d44a();while(!![]){try{var _0x1de0ac=parseInt(_0x3cdf24(0x178))/0x1+parseInt(_0x3cdf24(0x18c))/0x2*(-parseInt(_0x3cdf24(0x189))/0x3)+parseInt(_0x3cdf24(0x17c))/0x4*(parseInt(_0x3cdf24(0x191))/0x5)+-parseInt(_0x3cdf24(0x194))/0x6*(-parseInt(_0x3cdf24(0x17f))/0x7)+parseInt(_0x3cdf24(0x184))/0x8+parseInt(_0x3cdf24(0x180))/0x9*(-parseInt(_0x3cdf24(0x18e))/0xa)+-parseInt(_0x3cdf24(0x17a))/0xb*(parseInt(_0x3cdf24(0x195))/0xc);if(_0x1de0ac===_0x446c26)break;else _0x5d9ed3['push'](_0x5d9ed3['shift']());}catch(_0x54b920){_0x5d9ed3['push'](_0x5d9ed3['shift']());}}}(_0x1e78,0x33c2b));function _0x32e6(_0x55c011,_0x201819){var _0x1e7817=_0x1e78();return _0x32e6=function(_0x32e6de,_0x569925){_0x32e6de=_0x32e6de-0x177;var _0x2313ce=_0x1e7817[_0x32e6de];return _0x2313ce;},_0x32e6(_0x55c011,_0x201819);}function _0x1e78(){var _0x58e317=['prototype','463582IoXNXx','2043amWMPV','__esModule','defineProperty','decorate','1703272RfLgwE','answer','prompt','object','Entity','61821ocfwmS','Column','length','22FGIHkx','design:type','16610cpucxX','typeorm','getOwnPropertyDescriptor','50RnlJCW','function','../../common/entity/baseEntity','12zfTXPf','276lOYJUD','text','定义的答案','181993toIxxL','__metadata','59433XwhSWi','AutoReplyEntity','165060DqfRtd','提问的问题'];_0x1e78=function(){return _0x58e317;};return _0x1e78();}var __decorate=this&&this['__decorate']||function(_0x5ac91d,_0x5a5b3c,_0x4cfa6b,_0x567f72){var _0x550552=_0x32e6,_0x310631=arguments[_0x550552(0x18b)],_0x23e57a=_0x310631<0x3?_0x5a5b3c:_0x567f72===null?_0x567f72=Object[_0x550552(0x190)](_0x5a5b3c,_0x4cfa6b):_0x567f72,_0x2553ec;if(typeof Reflect==='object'&&typeof Reflect[_0x550552(0x183)]===_0x550552(0x192))_0x23e57a=Reflect[_0x550552(0x183)](_0x5ac91d,_0x5a5b3c,_0x4cfa6b,_0x567f72);else{for(var _0x29ff72=_0x5ac91d[_0x550552(0x18b)]-0x1;_0x29ff72>=0x0;_0x29ff72--)if(_0x2553ec=_0x5ac91d[_0x29ff72])_0x23e57a=(_0x310631<0x3?_0x2553ec(_0x23e57a):_0x310631>0x3?_0x2553ec(_0x5a5b3c,_0x4cfa6b,_0x23e57a):_0x2553ec(_0x5a5b3c,_0x4cfa6b))||_0x23e57a;}return _0x310631>0x3&&_0x23e57a&&Object[_0x550552(0x182)](_0x5a5b3c,_0x4cfa6b,_0x23e57a),_0x23e57a;},__metadata=this&&this[_0x48f6ae(0x179)]||function(_0x322671,_0x4ba323){var _0x38cc45=_0x48f6ae;if(typeof Reflect===_0x38cc45(0x187)&&typeof Reflect['metadata']===_0x38cc45(0x192))return Reflect['metadata'](_0x322671,_0x4ba323);};Object[_0x48f6ae(0x182)](exports,_0x48f6ae(0x181),{'value':!![]}),exports[_0x48f6ae(0x17b)]=void 0x0;const typeorm_1=require(_0x48f6ae(0x18f)),baseEntity_1=require(_0x48f6ae(0x193));let AutoReplyEntity=class AutoReplyEntity extends baseEntity_1['BaseEntity']{};__decorate([(0x0,typeorm_1[_0x48f6ae(0x18a)])({'comment':_0x48f6ae(0x17d),'type':_0x48f6ae(0x196)}),__metadata('design:type',String)],AutoReplyEntity[_0x48f6ae(0x17e)],_0x48f6ae(0x186),void 0x0),__decorate([(0x0,typeorm_1[_0x48f6ae(0x18a)])({'comment':_0x48f6ae(0x177),'type':_0x48f6ae(0x196)}),__metadata(_0x48f6ae(0x18d),String)],AutoReplyEntity[_0x48f6ae(0x17e)],_0x48f6ae(0x185),void 0x0),__decorate([(0x0,typeorm_1[_0x48f6ae(0x18a)])({'default':0x1,'comment':'启用当前自动回复状态,\x200关闭\x201启用'}),__metadata(_0x48f6ae(0x18d),Number)],AutoReplyEntity[_0x48f6ae(0x17e)],'status',void 0x0),AutoReplyEntity=__decorate([(0x0,typeorm_1[_0x48f6ae(0x188)])({'name':'auto_reply'})],AutoReplyEntity),exports[_0x48f6ae(0x17b)]=AutoReplyEntity;