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

46 lines
907 B
C#
Raw Permalink Normal View History

using System;
namespace Mtxfw.Model
{
/// <summary>
/// city:ʵ<><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 timer_control
{
#region Model
private int _id;
private int _ZXflag;//ִ<>б<EFBFBD>־1
private int _ZXflag0;//ִ<>б<EFBFBD>־2
private int _gtype;
/// <summary>
///
/// </summary>
public int id
{
set{ _id=value;}
get{return _id;}
}
public int ZXflag
{
set { _ZXflag = value; }
get { return _ZXflag; }
}
public int ZXflag0
{
set { _ZXflag0 = value; }
get { return _ZXflag0; }
}
/// <summary>
///
/// </summary>
public int gtype
{
set { _gtype = value; }
get { return _gtype; }
}
#endregion Model
}
}