namespace Application.Domain; public static class TaskEnum { public enum TaskCode { 主线, 支线, 日常 } public enum ItemCode { 普通, 答题 } }