📄 stockformmodel.cs
字号:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Model.Stock
{
public class StockFormModel
{
#region 采购单据信息
public string stockform_id { get; set; }
public string askemployee_ID { get; set; }
public string roleemployee_ID { get; set; }
public int stock_type_id { get; set; }
public string stock_type_name { get; set; }
public int stockform_totalnum { get; set; }
public decimal stockform_tradeprice { get; set; }
public string stockform_oktext { get; set; }
public DateTime stockform_time { get; set; }
public string emplooyid { get; set; }
#endregion
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -