📄 removemodel.cs
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -