18 lines
429 B
C#
18 lines
429 B
C#
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Linq;
|
|||
|
|
using System.Text;
|
|||
|
|
|
|||
|
|
namespace dccdc.Models.DTO
|
|||
|
|
{
|
|||
|
|
public class LISDB
|
|||
|
|
{
|
|||
|
|
public string testresult { get; set; }
|
|||
|
|
public string resulttime{ get; set; }
|
|||
|
|
public string testman{ get; set; }
|
|||
|
|
public string checkman{ get; set; }
|
|||
|
|
public string lastmodify{ get; set; }
|
|||
|
|
public string resultMark { get; set; }
|
|||
|
|
}
|
|||
|
|
}
|