using System;
using System.Linq;
using System.Text;
namespace Txgy.RBS.DbModel.Models
{
///
///
///
public partial class current_project
{
public current_project()
{
}
///
/// Desc:
/// Default:
/// Nullable:False
///
public int current_project_id { get; set; }
}
}