首次推送

This commit is contained in:
lym
2026-03-09 00:13:46 +08:00
commit b19613bb31
13974 changed files with 2767735 additions and 0 deletions

View File

@@ -0,0 +1,45 @@
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
}
}