package com.sczx.sync.common; /** * @Author: 张黎 * @Date: 2025/07/09/20:20 * @Description: */ public interface IApiCode { String getCode(); String getMsg(); }