ResponseStatusConstant.java 278 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 package com.topdraw.resttemplate; /** * @author : * @description: * @function : * @date :Created in 2022/6/18 17:45 * @version: : * @modified By: * @since : modified in 2022/6/18 17:45 */ public interface ResponseStatusConstant { String OK = "00000"; }