资源:更新活动类型
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
* 多人邮件
|
||||
*/
|
||||
import MailTemp from './MailTemp';
|
||||
import { index, getModelForClass, prop, DocumentType, Ref, mongoose } from '@typegoose/typegoose';
|
||||
import { index, getModelForClass, prop, DocumentType } from '@typegoose/typegoose';
|
||||
import { nowSeconds } from '../pubUtils/timeUtil';
|
||||
import { MAIL_STATUS, MAIL_TYPE } from '../consts/constModules/mailConst';
|
||||
import { MAIL_STATUS } from '../consts/constModules/mailConst';
|
||||
import { findWhere } from 'underscore';
|
||||
|
||||
class RoleStatus {
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
import MailTemp from './MailTemp';
|
||||
import { index, getModelForClass, prop, DocumentType, Ref, mongoose } from '@typegoose/typegoose';
|
||||
import { index, getModelForClass, prop, DocumentType } from '@typegoose/typegoose';
|
||||
import { nowSeconds } from '../pubUtils/timeUtil';
|
||||
import { MAIL_STATUS, MAIL_TYPE } from '../consts/constModules/mailConst';
|
||||
import { MAIL_STATUS } from '../consts/constModules/mailConst';
|
||||
|
||||
@index({ roleId: 1 })
|
||||
|
||||
|
||||
Reference in New Issue
Block a user