tijian_tieying/web/dccdc.Models/DTO/LISDB.cs
2025-02-20 12:14:39 +08:00

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; }
}
}