ResponseStatus.java 265 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 package com.topdraw.business; /** * @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; }