ResponseStatus.java 263 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 package com.topdraw.config; /** * @author : * @description: * @function : * @date :Created in 2022/6/13 11:22 * @version: : * @modified By: * @since : modified in 2022/6/13 11:22 */ public interface ResponseStatus { Integer OK = 00000; }