20 lines
475 B
C#
20 lines
475 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace dccdc.Models
|
|
{
|
|
public class YMDJMX
|
|
{
|
|
public int id { get; set; }
|
|
public string ymdjbid { get; set; }
|
|
public string ymid { get; set; }
|
|
public string ymsl { get; set; }
|
|
public double sfje { get; set; }
|
|
public int zssl { get; set; }
|
|
public double ymdj { get; set; }
|
|
public string ymmc { get; set; }
|
|
}
|
|
}
|