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

edi.rule.extend.classes.JSRuleMysqlSysFields Maven / Gradle / Ivy

package edi.rule.extend.classes;

import edi.rule.extend.classes.abstracts.JSRuleDBFields;

/**
 * @author 摩拉克斯
 * @date 2023年2月27日 上午9:32:34
 * 

自定义Mysql字段适配模型 */ public class JSRuleMysqlSysFields extends JSRuleDBFields{ static { fields.put("currentDate", "current_date"); fields.put("currentTime", "current_time"); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy