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.
21 lines
569 B
C#
21 lines
569 B
C#
//using System;
|
|
//using System.Collections.Generic;
|
|
//using System.ComponentModel.DataAnnotations;
|
|
//using System.Text;
|
|
|
|
//namespace VOL.Entity.SystemsModels
|
|
//{
|
|
// public class CallBackInfo
|
|
// {
|
|
// [Required(AllowEmptyStrings = false)]
|
|
// public string status { get; set; }
|
|
// [Required(AllowEmptyStrings = false)]
|
|
// public string tableName { get; set; }
|
|
// [Required(AllowEmptyStrings = false)]
|
|
// public string ids { get; set; }
|
|
// [Compare("Output")]
|
|
// public string msg { get; set; }
|
|
|
|
// }
|
|
//}
|