Files
juipnet/Infrastructure/WxApi/Model/WxMenuModel.cs
“wanyongkang” 40a40b6d36 忽略
2020-12-28 14:55:48 +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
{
}
}