去除引用common.props
This commit is contained in:
@@ -36,5 +36,5 @@ public class DbSyncActionsExecuteInput
|
||||
/// <summary>
|
||||
/// 字段类型.
|
||||
/// </summary>
|
||||
public Dictionary<string,string> convertRuleMap { get; set; }
|
||||
public Dictionary<string, string> convertRuleMap { get; set; }
|
||||
}
|
||||
@@ -20,5 +20,5 @@ public class DbSyncOutput
|
||||
/// <summary>
|
||||
/// 映射字段.
|
||||
/// </summary>
|
||||
public Dictionary<string,List<string>> convertRuleMap { get; set; }
|
||||
public Dictionary<string, List<string>> convertRuleMap { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user