Files
juipnet/Infrastructure/WxApi/Model/WxMenuModel.cs
“wanyongkang” ed3b2c653e 接口文件
2024-04-10 13:55:27 +08:00

13 lines
192 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Hncore.Pass.MsgCenter.WxOpen.Model
{
public class WxMenuModel
{
}
}