com.anwen.mongo.constant.SqlOperationConstant Maven / Gradle / Ivy
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";
}