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

io.github.shitsurei.dao.enumerate.system.DataOperate Maven / Gradle / Ivy

The newest version!
package io.github.shitsurei.dao.enumerate.system;

/**
 * 数据操作
 *
 * @author zhanggr-b
 * @version 1.0
 * @date 2022/1/13 16:57
 */
public enum DataOperate {
    CREATE, RETRIEVE, UPDATE, DELETE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy