Initial_commit_SecMPS_v2
This commit is contained in:
18
api_sqlsugar/VolPro.Core/WeChat/UserOpenInfo.cs
Normal file
18
api_sqlsugar/VolPro.Core/WeChat/UserOpenInfo.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace VolPro.Core.WeChat
|
||||
{
|
||||
|
||||
public class UserOpenInfo
|
||||
{
|
||||
public string Unionid { get; set; }
|
||||
public string Openid { get; set; }
|
||||
|
||||
public string Phone { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user