All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.shoulder.batch.enums.Operation Maven / Gradle / Ivy

package org.shoulder.batch.enums;

/**
 * 操作日志相关
 *
 * @author lym
 */
public interface Operation {

    String IMPORT = "import";

    String EXPORT = "export";

    // obj

    String FILE_CSV = "file.csv";

    String FILE_EXCEL = "file.excel";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy