tijian_tieying/web/dccdc.Models/charge_refund_detailModel.cs

21 lines
458 B
C#
Raw 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 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; }
}
}