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

com.anwen.mongo.constant.SqlOperationConstant Maven / Gradle / Ivy

There is a newer version: 2.1.5
Show newest version
package com.anwen.mongo.constant;

/**
 * 常量
 *
 * @author JiaChaoYang
 **/
public class SqlOperationConstant {

    /**
     * mongodb id
     * @date 2023/8/9 23:53
    */
    public static final String _ID = "_id";

    /**
     * 自增id的key
     * @date 2023/8/9 23:53
    */
    public static final String AUTO_NUM = "autoNum";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy