大雀软件园

首页 软件下载 安卓市场 苹果市场 电脑游戏 安卓游戏 文章资讯 驱动下载
技术开发 网页设计 图形图象 数据库 网络媒体 网络安全 站长CLUB 操作系统 媒体动画 安卓相关
当前位置: 首页 -> 技术开发 -> NET专区 -> Asp.Net(C#)+Sql Server三层架构下数据存取方案(五)

Asp.Net(C#)+Sql Server三层架构下数据存取方案(五)

时间: 2021-07-31 作者:daque

using system;using system.data;using system.data.sqlclient;using town.data;using town.log;using system.collections;namespace town.com{ /// <summary> /// 功效:积分门别类 /// 作家:rexsp /// 创造日子:2004-01-14 /// 窜改者: /// 窜改日子: /// </summary> public class scoresetting { #region 独占分子 /// <summary> /// 分值树立id /// </summary> private int id=-1; /// <summary> /// 功效id /// </summary> private int functionid=-1; /// <summary> /// 操纵id /// </summary> private int operationid=-1; /// <summary> /// 脚色典型id /// </summary> private int roletypeid=-1; /// <summary> /// 版块典型id /// </summary> private int bbstypeid=-1; /// <summary> /// 积分 /// </summary> private int score=-2000000000; /// <summary> /// 币币 /// </summary> private int bb=-2000000000; /// <summary> /// 购置典型 /// </summary> private int buytype=-1; /// <summary> /// 功效状况 /// </summary> private int functionstate=-1; /// <summary> /// 能否革新分值 /// </summary> #endregion #region 国有属性 /// <summary> /// 积分树立di /// </summary> public int id { get{return id;} set{id=value;} } /// <summary> /// 功效id /// </summary> public int functionid { get{return functionid;} set{functionid=value;} } /// <summary> /// 操纵id /// </summary> public int operationid { get{return operationid;} set{operationid=value;} } /// <summary> /// 脚色典型 /// </summary> public int roletypeid { get{return roletypeid;} set{roletypeid=value;} } /// <summary> /// 版块典型 /// </summary> public int bbstypeid { get{return bbstypeid;} set{bbstypeid=value;} } /// <summary> /// 积分 /// </summary> public int score { get{return score;} set{score=value;} } /// <summary> /// 币币 /// </summary> public int bb { get{return bb;} set{bb=value;} } /// <summary> /// 购置典型 0- 不是购置典型 1 - 一次性购置 2-重复购置 /// </summary> public int buytype { get{return buytype;} set{buytype=value;} } /// <summary> /// 购置状况:0-无此功效 1-有此功效 2-须要购置 /// </summary> public int functionstate { get{return functionstate;} set{functionstate=value;} } #endregion

热门阅览

最新排行

Copyright © 2019-2021 大雀软件园(www.daque.cn) All Rights Reserved.