This commit is contained in:
zhangchenbiao
2023-05-19 15:17:45 +08:00
parent 1764cfbca3
commit e9b35b41f7
88 changed files with 7326 additions and 3 deletions

View File

@@ -0,0 +1,13 @@
package com.cool.store.model.constants;
/**
* @author zhangchenbiao
* @FileName: CommonConstatns
* @Description:
* @date 2023-05-18 14:47
*/
public class CommonConstants {
public static final String DEFAULT_DB = "coolcollege_intelligent_config";
}