|
Server : Microsoft-IIS/10.0 System : Windows NT EBS-6136 10.0 build 17763 (Windows Server 2016) i586 User : jxgj ( 0) PHP Version : 7.0.33 Disable Function : passthru,exec,system,shell_exec,proc_open,popen,pcntl_exec,socket_bind,stream_socket_server Directory : D:/tmp_aspnet/root/794bf435/a236a820/ |
?#pragma checksum "d:\wwwroot\sznzpj\wwwroot\App_Code\Images.cs" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "6FBEB7E56E5E3492C7FFD69A36687D52"
#line 1 "d:\wwwroot\sznzpj\wwwroot\App_Code\Images.cs"
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace Model
{
/// <summary>
///Images 图片
/// </summary>
public class Images
{
public Images(){}
public Images(int Id,string tableName,int Width,int Height)
{
this.Id = Id;
this.tableName = tableName;
this.Width = Width;
this.Height = Height;
}
/// <summary>
/// Id
/// </summary>
public int Id { set; get; }
/// <summary>
/// 对应表名
/// </summary>
public string tableName { set; get; }
/// <summary>
/// 对应表Id
/// </summary>
public int TID { set; get; }
/// <summary>
/// 图片名
/// </summary>
public string ImgUrl { set; get; }
/// <summary>
/// Alt
/// </summary>
public string Alt { set; get; }
/// <summary>
/// 排序
/// </summary>
public int Order { set; get; }
/// <summary>
/// 宽度
/// </summary>
public int Width { set; get; }
/// <summary>
/// 高度
/// </summary>
public int Height { set; get; }
}
}
#line default
#line hidden