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

18 lines
391 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace dccdc.Models
{
public class kcModel
{
public int id { get; set; }
public int wzid { get; set; }
public string wzmc { get; set; }
public decimal sl { get; set; }
public DateTime? czsj { get; set; }
public int sign { get; set; }
}
}