📄 bigclientmodel.cs
字号:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Model.BigCustomers
{
public class bigclientModel
{
public string bigclient_id { get; set; }
public string Employee_ID { get; set; }
public string bigclient_type_id { get; set; }
public string bigclient_type_name { get; set; }
public decimal bigclient_price { get; set; }
public int bigclient_sum { get; set; }
public DateTime bigclient_time { get; set; }
public string bigclient_client { get; set; }
public string bigclient_assessor { get; set; }
public string bigclient_advice { get; set; }
public string bigclient_state { get; set; }
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -