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

📄 storemodel.cs

📁 c#三层架构项目开发的全过程
💻 CS
字号:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace Model.Store
{
    public class StoreModel
    {
        #region 库存
        public int store_id { get; set; }
        public string product_id { get; set; }
        public string store_color { get; set; }
        public int store_type { get; set; }
        public int store_size1 { get; set; }
        public int store_size2 { get; set; }
        public int store_size3 { get; set; }
        public int store_size4 { get; set; }
        public int store_size5 { get; set; }
        public int store_size6 { get; set; }
        public int store_size7 { get; set; }
        public int store_sum { get; set; }
        #endregion 
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -