package incheon.uis.uld.service;

public enum SyncMode {
    INSERT_ONLY, UPDATE_ONLY, DELETE_ONLY, UPSERT
}
