tijian_tieying/web/dccdc.Models/DTO/LiShi.cs

18 lines
448 B
C#
Raw Permalink Normal View History

2025-02-20 12:14:39 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace dccdc.Models.DTO
{
public class LiShi
{
public string physical_num { get; set; }
public string project_name{ get; set; }
public string reference_value{ get; set; }
public string project_result{ get; set; }
public string qualified{ get; set; }
public string register_date{ get; set; }
}
}