IResultCode.java 283 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 package com.topdraw.common; /** * @author : * @description: * @function : * @date :Created in 2022/8/18 11:36 * @version: : * @modified By: * @since : modified in 2022/8/18 11:36 */ public interface IResultCode { long getCode(); String getDescription(); }