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

com.kukababy.plus.utils.Constant Maven / Gradle / Ivy

The newest version!
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package com.kukababy.plus.utils;

import java.util.HashMap;
import java.util.Map;

/**
 * 
 * 
*
 * 描述:
 * 
*
* @author [email protected] * @date 2019年3月5日 下午10:47:36 */ public class Constant { public static final String LogPre = System.getProperty("line.separator");//"[caixian_wang:Jdbc Plus] ";// public static final int PageSize = 10; public static final int LikeLeft = 0; public static final int LikeRight = 1; public static final int LikeBoth = 2; public static final String IDENTITY = "identity";// public static final String AUTO = "auto";// public static final String INT = "int";// public static final String LONG = "long";// public static final String Mysql = "mysql";// public static final String SqlServer = "sqlserver";// }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy