feature(TUP-21990):Anonymization tool

This commit is contained in:
hwang
2019-03-07 10:09:49 +08:00
parent b4d76f2a6d
commit dfd8555a09

View File

@@ -66,6 +66,6 @@ public interface IGenericDBService extends IService{
public ERepositoryObjectType getExtraDBType(ERepositoryObjectType type);
public String getNewSerializedProperties(String comName, ComponentCategory category);
public String getNewSerializedProperties(String comName, ComponentCategory category, String serialized);
}