You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
343 B
C#

namespace Ds.Modules.DsEntity.OP
{
/// <summary>
/// 客户表
/// </summary>
public class Ds_Op_Customers : BaseEntityTenant
{
// 客户ID(CustomerID, 主键)
//公司名称(CompanyName)
//联系人(ContactPerson)
//联系电话(ContactPhone)
//电子邮件(Email)
}
}