mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-03 00:00:58 +08:00
6 lines
125 B
C#
6 lines
125 B
C#
namespace Yi.Framework.WeChat.MiniProgram.Abstract;
|
|
|
|
public interface IHasErrcode
|
|
{
|
|
public int errcode { get; set; }
|
|
} |