|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | namespace WIDESEA_DTO | 
|---|
|  |  |  | { | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [ModelValidate] | 
|---|
|  |  |  | public class MesResponseContent | 
|---|
|  |  |  | { | 
|---|
|  |  |  | 
|---|
|  |  |  | /// | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | public DateTime DataTime { get; set; } | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | public content Content { get; set; } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public class content | 
|---|
|  |  |  | { | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | public string Code { get; set; } | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | public string Name { get; set; } | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | public string ShortName { get; set; } | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | public string Contacts { get; set; } | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public static MesResponseContent Instance | 
|---|
|  |  |  | { | 
|---|
|  |  |  | 
|---|
|  |  |  | StrMsg = message == null ? "鎵ц澶辫触" : message; | 
|---|
|  |  |  | return this; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | public ContentMes Content { get; set; } | 
|---|
|  |  |  | } | 
|---|
|  |  |  | public class ContentMes: Content | 
|---|
|  |  |  | { | 
|---|
|  |  |  | public string Contacts { get; set; } | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|