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.

22 lines
625 B
C#

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_code_vessel")]
public class t_code_vessel
{
[Key]
public string { get; set; }
public string { get; set; }
public string { get; set; }
public string 线 { get; set; }
public string { get; set; }
public int? VS_ID1 { get; set; }
public int VS_ID { get; set; }
}
}