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
358 B
C#

namespace Ds.Modules.DsEntity.OP
{
/// <summary>
/// 运输公司表
/// </summary>
public class Ds_Op_ShippingCompanies : BaseEntityTenant
{
// 公司ID(CompanyID, 主键)
//公司名称(CompanyName)
//联系电话(ContactPhone)
//地址(Address)
//其他运输公司相关信息
}
}