audio.cs
上传用户:vtryaojia
上传日期:2020-04-18
资源大小:1214k
文件大小:2k
源码类别:

SCSI/ASPI

开发平台:

Others

  1. using System;
  2. using System.Data;
  3. using System.Configuration;
  4. using System.Web;
  5. using System.Web.Security;
  6. using System.Web.UI;
  7. using System.Web.UI.WebControls;
  8. using System.Web.UI.WebControls.WebParts;
  9. using System.Web.UI.HtmlControls;
  10. /// <summary>
  11. /// audio 的摘要说明
  12. /// </summary>
  13. public class audio
  14. {
  15.     private string _GoodsName;
  16.     public string GoodsName
  17.     {
  18.         get { return _GoodsName; }
  19.         set { _GoodsName = value;}
  20.     }
  21.     private string _GoodsBrand;
  22.     public string GoodsBrand
  23.     {
  24.         get { return _GoodsBrand; }
  25.         set { _GoodsBrand = value; }
  26.     }
  27.     private string _MarketPrice;
  28.     public string MarketPrice
  29.     {
  30.         get { return _MarketPrice; }
  31.         set { _MarketPrice = value; }
  32.     }
  33.     private string _Shengkaleibie;
  34.     public string Shengkaleibie
  35.     {
  36.         get { return _Shengkaleibie; }
  37.         set { _Shengkaleibie = value; }
  38.     }
  39.     private string _GoodsIntroduce;
  40.     public string GoodsIntroduce
  41.     {
  42.         get { return _GoodsIntroduce; }
  43.         set { _GoodsIntroduce = value; }  
  44.     }
  45.     private string _GoodsUnit;
  46.     public string GoodsUnit
  47.     {
  48.         get { return _GoodsUnit; }
  49.         set { _GoodsUnit = value; }
  50.     }
  51.     private string _IsHot;
  52.     public string IsHot
  53.     {
  54.         get { return _IsHot; }
  55.         set { _IsHot = value; } 
  56.     }
  57.     private string _AddDate;
  58.     public string AddDate
  59.     {
  60.         get { return _AddDate; }
  61.         set { _AddDate = value; }
  62.     }
  63. public audio()
  64. {
  65. //
  66. // TODO: 在此处添加构造函数逻辑
  67. //
  68. }
  69. }