IHasErrmsg.cs 119 Bytes
namespace Yi.Framework.WeChat.MiniProgram.Abstract;

public interface IHasErrmsg
{
    string errmsg { get; set; }
}