Commit 117b50b0 authored by 黄奎's avatar 黄奎

页面修改

parent e433c54d
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
{ {
public class RB_GuideCar_Site /// <summary>
/// 司导站点实体类
/// </summary>
[Serializable]
[DB(ConnectionName = "DefaultConnection")]
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