You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
746 B
C#
30 lines
746 B
C#
//using System;
|
|
//using System.Collections.Generic;
|
|
//using System.Text;
|
|
|
|
//namespace VOL.Entity.System
|
|
//{
|
|
// public class ResponseData
|
|
// {
|
|
// public ResponseData()
|
|
// {
|
|
|
|
// }
|
|
|
|
// public ResponseData(bool status)
|
|
// {
|
|
// // Tuple<string, string, string> t = new Tuple<string, string, string>("a", "b", "c");
|
|
// this.Status = status;
|
|
// }
|
|
// public ResponseData(bool status, string desc)
|
|
// {
|
|
// this.Status = status;
|
|
// this.Desc = desc;
|
|
// }
|
|
// public bool Status { get; set; }
|
|
// public string Code { get; set; }
|
|
// public string Desc { get; set; }
|
|
// public object Data { get; set; }
|
|
// }
|
|
//}
|