using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace dccdc.Models { public class charge_refund_detailModel { public int id { get; set; } public string tfsqid { get; set; } public int ymid { get; set; } public int ymsl { get; set; } public decimal ymdj { get; set; } public decimal ymje { get; set; } public string chargeid { get; set; } } }