You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

25 lines
598 B

using Entity.Sugar;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Euro.Transfer.Model
{
public class ClockTipsInfo : OTB_SYS_ClockTips
{
/// <summary>
/// 系統網頁類別
/// </summary>
public int MsgType { get; set; }
/// <summary>
/// 頁面跳轉參數
/// </summary>
public string Parm { get; set; }
/// <summary>
/// 推送多人集合
/// </summary>
public IList<string> UserIds { get; set; }
}
}