phiree
phiree
Entities: ```csharp class Base { public string Id{get;set;} public string Name{get;set;} } class MyClass:Base { public int Age{get;set;} } ``` Mapping: ```csharp class BaseMap:ClassMap { Id(x=>x.Id); Map(x=>x.Name); } class MyClassMap:SubClassMap...
add a options like --rowlimit 10 to limit row amount to be exported, for the situation that target database is too big, but still need some rows used as examples.
paramname of server api
当前节点在树中的"深度". 例如有个需求: 行政区划最多三级, 可以用这个属性来控制 "新增"按钮是否显示.