/// <summary>获得一个实例  </summary>
        public static TUserRecharge GetOneInstance()
        {
            TUserRecharge value = new TUserRecharge();

            return(value);
        }
        /// <summary></summary>
        public override ITableImplement af_GetOptionValueSchema()
        {
            TUserRecharge value = new TUserRecharge();


            if (BLLTable.IsExistOptionValue(this.TableName(), "Id"))
            {
                value.id_initialized = true;
            }

            if (BLLTable.IsExistOptionValue(this.TableName(), "Order_No"))
            {
                value.order_no_initialized = true;
            }

            if (BLLTable.IsExistOptionValue(this.TableName(), "User_id"))
            {
                value.user_id_initialized = true;
            }

            if (BLLTable.IsExistOptionValue(this.TableName(), "Recharge_type"))
            {
                value.recharge_type_initialized = true;
            }

            if (BLLTable.IsExistOptionValue(this.TableName(), "Pay_type"))
            {
                value.pay_type_initialized = true;
            }

            if (BLLTable.IsExistOptionValue(this.TableName(), "Amount"))
            {
                value.amount_initialized = true;
            }

            if (BLLTable.IsExistOptionValue(this.TableName(), "CreateTime"))
            {
                value.createtime_initialized = true;
            }

            if (BLLTable.IsExistOptionValue(this.TableName(), "UpdateTime"))
            {
                value.updatetime_initialized = true;
            }

            if (BLLTable.IsExistOptionValue(this.TableName(), "Status"))
            {
                value.status_initialized = true;
            }

            if (BLLTable.IsExistOptionValue(this.TableName(), "RelativeID"))
            {
                value.relativeid_initialized = true;
            }

            if (BLLTable.IsExistOptionValue(this.TableName(), "Note"))
            {
                value.note_initialized = true;
            }

            if (BLLTable.IsExistOptionValue(this.TableName(), "Device_type"))
            {
                value.device_type_initialized = true;
            }

            if (BLLTable.IsExistOptionValue(this.TableName(), "Receipt"))
            {
                value.receipt_initialized = true;
            }

            if (BLLTable.IsExistOptionValue(this.TableName(), "Receipt_verified"))
            {
                value.receipt_verified_initialized = true;
            }

            return(value);
        }