⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stockformmodel.cs

📁 c#三层架构项目开发的全过程
💻 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 + -