audio.cs
资源名称:WebSite1.rar [点击查看]
上传用户:vtryaojia
上传日期:2020-04-18
资源大小:1214k
文件大小:2k
源码类别:
SCSI/ASPI
开发平台:
Others
- using System;
- using System.Data;
- using System.Configuration;
- using System.Web;
- using System.Web.Security;
- using System.Web.UI;
- using System.Web.UI.WebControls;
- using System.Web.UI.WebControls.WebParts;
- using System.Web.UI.HtmlControls;
- /// <summary>
- /// audio 的摘要说明
- /// </summary>
- public class audio
- {
- private string _GoodsName;
- public string GoodsName
- {
- get { return _GoodsName; }
- set { _GoodsName = value;}
- }
- private string _GoodsBrand;
- public string GoodsBrand
- {
- get { return _GoodsBrand; }
- set { _GoodsBrand = value; }
- }
- private string _MarketPrice;
- public string MarketPrice
- {
- get { return _MarketPrice; }
- set { _MarketPrice = value; }
- }
- private string _Shengkaleibie;
- public string Shengkaleibie
- {
- get { return _Shengkaleibie; }
- set { _Shengkaleibie = value; }
- }
- private string _GoodsIntroduce;
- public string GoodsIntroduce
- {
- get { return _GoodsIntroduce; }
- set { _GoodsIntroduce = value; }
- }
- private string _GoodsUnit;
- public string GoodsUnit
- {
- get { return _GoodsUnit; }
- set { _GoodsUnit = value; }
- }
- private string _IsHot;
- public string IsHot
- {
- get { return _IsHot; }
- set { _IsHot = value; }
- }
- private string _AddDate;
- public string AddDate
- {
- get { return _AddDate; }
- set { _AddDate = value; }
- }
- public audio()
- {
- //
- // TODO: 在此处添加构造函数逻辑
- //
- }
- }