15 lines
455 B
C#
15 lines
455 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
|
|
public class ResultItem
|
|
{
|
|
public string Id { get; set; }
|
|
public DateTime CreateTime { get; set; }
|
|
public string CreateUser { get; set; }
|
|
public int State { get; set; }
|
|
public string Picihao { get; set; }
|
|
public DateTime Qianshixiang { get; set; }
|
|
public DateTime Houshixiang { get; set; }
|
|
public string Caseinfoids { get; set; }
|
|
public string Shplayerids { get; set; }
|
|
} |