Files
g.hnyhua.cn/Mtxfw.Model/freighttemplate.cs

72 lines
1.5 KiB
C#
Raw Normal View History

using System;
namespace Mtxfw.Model
{
/// <summary>
/// user_bank:ʵ<><CAB5><EFBFBD><EFBFBD>(<28><><EFBFBD><EFBFBD>˵<EFBFBD><CBB5><EFBFBD>Զ<EFBFBD><D4B6><EFBFBD>ȡ<EFBFBD><C8A1><EFBFBD>ݿ<EFBFBD><DDBF>ֶε<D6B6><CEB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ)
/// </summary>
[Serializable]
public partial class freighttemplate
{
#region Model
private int _id;
private string _tname;//ģ<><C4A3><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
private int _ttype;//ģ<><C4A3><EFBFBD><EFBFBD><EFBFBD><EFBFBD>0<EFBFBD><30><EFBFBD>ҳе<D2B3><D0B5>˷<EFBFBD>1<EFBFBD><31><EFBFBD>Ұ<EFBFBD><D2B0><EFBFBD>
private int _tcharge;//<2F>շѷ<D5B7>ʽ0<CABD><30><EFBFBD><EFBFBD><EFBFBD><EFBFBD>1<EFBFBD><31><EFBFBD><EFBFBD><EFBFBD><EFBFBD>2<EFBFBD><32><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
private int _iffreeshipping;//ָ<><D6B8><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>0<EFBFBD><30>1<EFBFBD><31>
private int _gtype;
/// <summary>
///
/// </summary>
public int Id
{
set{ _id=value;}
get{return _id;}
}
/// <summary>
///
/// </summary>
public string tname
{
set { _tname = value; }
get { return _tname; }
}
/// <summary>
///
/// </summary>
public int ttype
{
set { _ttype = value; }
get { return _ttype; }
}
/// <summary>
///
/// </summary>
public int tcharge
{
set { _tcharge = value; }
get { return _tcharge; }
}
/// <summary>
///
/// </summary>
public int iffreeshipping
{
set { _iffreeshipping = value; }
get { return _iffreeshipping; }
}
/// <summary>
///
/// </summary>
public int gtype
{
set { _gtype = value; }
get { return _gtype; }
}
#endregion Model
}
}