package com.gx.obe.server.common.enumeration; public enum CompareStatus { /** * 标记变更数据 */ CHANGE, /** * 标记没有变更 */ NO_CHANGE, }