You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.2 KiB
C#

10 months ago
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace BookingJieFeng.DB.Model
{
[Table("t_ch_fee")]
public class t_ch_fee
{
[Key]
public int CH_ID { get; set; }
public string { get; set; }
public string { get; set; }
public string { get; set; }
public string { get; set; }
public string { get; set; }
public string { get; set; }
public string { get; set; }
public decimal? { get; set; }
public decimal? { get; set; }
public decimal? { get; set; }
public string { get; set; }
public decimal? { get; set; }
public string { get; set; }
public decimal? { get; set; }
public decimal? { get; set; }
public decimal? { get; set; }
public decimal? { get; set; }
public decimal? { get; set; }
public string IS_CONFIRM { get; set; }
}
}