tijian_tieying/web/dccdc.Models/EnterpriceInfoMaintainModel.cs

35 lines
1.2 KiB
C#
Raw Normal View History

2025-02-20 12:14:39 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace dccdc.Models
{
public partial class EnterpriceInfoMaintainModel
{
public int id { get; set; }
public string enterprise_name { get; set; }
public string abbreviation { get; set; }
public string enterprise_pinyincode { get; set; }
public string post_id { get; set; }
public string address { get; set; }
public string belong_area { get; set; }
public int area_info_maintain_id { get; set; }
public string belong_trade { get; set; }
public string org_code { get; set; }
public string city_rural_type { get; set; }
public string school_type { get; set; }
public int trade_maintain_id { get; set; }
public string contacts { get; set; }
public string telephone { get; set; }
public string email { get; set; }
public string portraiture { get; set; }
public string introduction { get; set; }
public string status { get; set; }
public string attribution { get; set; }
public string loginname { get; set; }
public string loginpwd { get; set; }
}
}