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

19 lines
397 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace dccdc.Models
{
public class JmmxModel
{
public int id { get; set; }
public int jmsqid { get; set; }
public string sfxmid { get; set; }
public int jmsl { get; set; }
public decimal jmdj { get; set; }
public int detailid { get; set; }
}
}