using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsGy_ExpItem_Model : DBUtility.ClsGy_Base_Model
|
{
|
//
|
public bool HLocalFlag;// bit //±¾µØ±ê¼Ç
|
public Int64 HAccountID;// int //»á¼Æ¿ÆÄ¿ID
|
public bool HRequired;// bit //񈬀1
|
public bool HHRFlag;// bit //񈬀2
|
public bool HSpecialFlag;// bit //񈬀3
|
}
|
}
|