Commit ec3abdf6 authored by 吴春's avatar 吴春
parents 49cec62c 117b50b0
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
using VT.FW.DB;
namespace Mall.Model.Entity.GuideCar namespace Mall.Model.Entity.GuideCar
{ {
/// <summary>
/// 司导站点实体类
/// </summary>
[Serializable]
[DB(ConnectionName = "DefaultConnection")]
public class RB_GuideCar_Site public class RB_GuideCar_Site
{ {
public int ID { get; set; } public int ID { get; set; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment