UNPKG

create-iking-admin

Version:

金合技术中台脚手架

13 lines (12 loc) 254 B
/* * @Author : wfl * @LastEditors : wfl * @description : * @updateInfo : * @Date : 2023-07-28 16:40:53 * @LastEditTime : 2023-07-28 16:42:37 */ export enum ENewsChannel { 启用 = 'ENABLED', 禁用 = 'DISABLED' }