代码修改后的版本,全部提交
This commit is contained in:
71
Mtxfw.Model/freighttemplate_free.cs
Normal file
71
Mtxfw.Model/freighttemplate_free.cs
Normal file
@@ -0,0 +1,71 @@
|
||||
using System;
|
||||
namespace Mtxfw.Model
|
||||
{
|
||||
/// <summary>
|
||||
/// freighttemplate_free:ʵ<><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_free
|
||||
{
|
||||
#region Model
|
||||
private int _id;
|
||||
private string _regions;//<2F><><EFBFBD><EFBFBD>
|
||||
private int _freetype;//<2F><><EFBFBD>ð<EFBFBD><C3B0><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>0<EFBFBD><30><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 1<><31>Ԫ<EFBFBD><D4AA><EFBFBD>ʽ<EFBFBD><CABD><EFBFBD> 2<><32><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>Ԫ<EFBFBD><D4AA><EFBFBD>ʽ<EFBFBD><CABD><EFBFBD>
|
||||
private Double _fullpiece;//<2F><><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
private Double _fullyuan;//<2F><>Ԫ<EFBFBD><D4AA><EFBFBD>ʽ<EFBFBD><CABD><EFBFBD>
|
||||
private int _fid;//<2F>˷<EFBFBD>ģ<EFBFBD><C4A3>ID
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public int Id
|
||||
{
|
||||
set{ _id=value;}
|
||||
get{return _id;}
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public string regions
|
||||
{
|
||||
set { _regions = value; }
|
||||
get { return _regions; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public int freetype
|
||||
{
|
||||
set { _freetype = value; }
|
||||
get { return _freetype; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public Double fullpiece
|
||||
{
|
||||
set { _fullpiece = value; }
|
||||
get { return _fullpiece; }
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public Double fullyuan
|
||||
{
|
||||
set { _fullyuan = value; }
|
||||
get { return _fullyuan; }
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public int fid
|
||||
{
|
||||
set { _fid = value; }
|
||||
get { return _fid; }
|
||||
}
|
||||
#endregion Model
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user