⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 constants.java

📁 一个很好的开源项目管理系统源代码
💻 JAVA
字号:
package net.java.workeffort.infrastructure;/** * The framework contants. * @author Antony Joseph */public class Constants {    /** insert */    public static final String PROCESS_TYPE_INSERT = "insert";    /** update */    public static final String PROCESS_TYPE_UPDATE = "update";    /** delete */    public static final String PROCESS_TYPE_DELETE = "delete";    public static final String PROCESS_TYPE_IGNORE = "ignore";    /** row process type */    public static final String PROCESS_TYPE = "processType";        // crumbs key    public static final String CRUMBS = "crumbs";        /** atribute key to store pageflow for lov */    public static final String PAGE_FLOW_LOV = "pageFlowLov";}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -