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

22 lines
554 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace dccdc.Models
{
public class tkdModel
{
public int id { get; set; }
public string tkdh { get; set; }
public int sign { get; set; }
public DateTime tksj { get; set; }
public int tkrid { get; set; }
public string tkr { get; set; }
public int ksid { get; set; }
public string ksmc { get; set; }
public decimal tkje { get; set; }
public string tkry { get; set; }
}
}