- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace SiteCore.taoObj
- {
- public class tempResponse
- {
- public string flagMsg { get; set; }
- public string flagData { get; set; }
- public string flag { get; set; }
- }
- }
|