Files
juipnet/Infrastructure/WxApi/Model/WxMenuModel.cs

13 lines
204 B
C#
Raw Normal View History

2020-10-07 20:25:03 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Hncore.Pass.MsgCenter.WxOpen.Model
{
public class WxMenuModel
{
}
}