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
{
///
/// 系統網頁類別
///
public int MsgType { get; set; }
///
/// 頁面跳轉參數
///
public string Parm { get; set; }
///
/// 推送多人集合
///
public IList UserIds { get; set; }
}
}