package com.artfess.base.enums; /** * rediskey 枚举类 * * @author min.wu * @date 2022/3/15 */ public enum CommonRedisKey { //提交答卷 SUBMIT_ANSWER_KEY ; }