removemodel.cs

来自「c#三层架构项目开发的全过程」· CS 代码 · 共 34 行

CS
34
字号
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace Model.Remove
{
    public class RemoveModel
    {
        //调拨单据详细
       public int remove_list_id { get; set; }
       public string remove_id { get; set; }
       public string Product_id { get; set; }
       public string remove_list_color { get; set; }
       public int remove_list_size1 { get; set; }
       public int remove_list_size2 { get; set; }
       public int remove_list_size3 { get; set; }
       public int remove_list_size4 { get; set; }
       public int remove_list_size5 { get; set; }
       public int remove_list_size6 { get; set; }
       public int remove_list_size7 { get; set; }
       public int remove_list_sum { get; set; }
        //调拨单据
       public string remove_pname { get; set; }
       public string remove_go { get; set; }
       public string remove_to { get; set; }
       public DateTime remove_time { get; set; }
       public string remove_assessor { get; set; }
       public string remove_state { get; set; }
       public int remove_allsum { get; set; }

    }
}

⌨️ 快捷键说明

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