初始化CRICS
This commit is contained in:
22
Domain/SysCounty.cs
Normal file
22
Domain/SysCounty.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace Domain
|
||||
{
|
||||
public class SysCounty
|
||||
{
|
||||
public virtual int ID { get; set; }
|
||||
|
||||
public virtual string CityCode { get; set; }
|
||||
|
||||
public virtual string Code { get; set; }
|
||||
|
||||
public virtual string Name { get; set; }
|
||||
|
||||
public virtual string TWName { get; set; }
|
||||
|
||||
public virtual string EName { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user