package com.qianwen.smartman.common.enums; public enum ImportModeEnum { SKIP_EXISTING, OVERWRITE_EXISTING }