CreateGroup.java 241 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 package com.topdraw.business.common; /** * @author : * @description: * @function : * @date :Created in 2022/3/7 21:20 * @version: : * @modified By: * @since : modified in 2022/3/7 21:20 */ public interface CreateGroup { }