mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2025-12-10 16:12:50 +00:00
8 lines
178 B
TypeScript
8 lines
178 B
TypeScript
import { BaseCoolQueue, CoolQueue } from '@cool-midway/task';
|
|
|
|
/**
|
|
* 主动消费队列
|
|
*/
|
|
@CoolQueue({ type: 'getter' })
|
|
export class DemoGetterQueue extends BaseCoolQueue {}
|