from backend.common.enums import IntEnum class NoticeType(IntEnum): """通知公告类型""" NOTICE = 0 ANNOUNCEMENT = 1