tijian_tieying/web/dccdc.Models/pdd2Model.cs

21 lines
515 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
{
public class pdd2Model
{
public int id { get; set; }
public string pddh { get; set; }
public DateTime pdsj { get; set; }
public int pdrid { get; set; }
public string pdr { get; set; }
public int ksid { get; set; }
public string ksmc { get; set; }
public decimal pdje { get; set; }
public string bz { get; set; }
}
}