bigclientmodel.cs
来自「c#三层架构项目开发的全过程」· CS 代码 · 共 23 行
CS
23 行
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 + =
减小字号Ctrl + -
显示快捷键?