IHasErrcode.cs 125 Bytes
namespace Yi.Framework.WeChat.MiniProgram.Abstract;

public interface IHasErrcode
{
    public int errcode { get; set; }
}