📄 datatblproductoptionprice.cs
字号:
using System;
using System.Data;
namespace DataAccessLibrary
{
/// <summary>
/// DataTblProductOptionPrice 的摘要说明。
/// </summary>
public class DataTblProductOptionPrice
{
public string ProductID = "";
public string OptionID = "";
public string EffectiveDate = "";
public string OptionType = "";
public int OptionPriceDealer = 0;
public int OptionPriceNormal = 0;
public DataTblProductOptionPrice()
{
//
// TODO: 在此处添加构造函数逻辑
//
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -