You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
512 B
11 lines
512 B
3 years ago
|
package com.fr.plugin.sqy.kj.calendar;
|
||
|
|
||
|
public class PluginConstants {
|
||
|
public static final String PLUGIN_ID = "com.fr.plugin.sqy.kj.calendar";
|
||
|
public static final String KJ_CELL_ID = "sqy_cell_calendar";
|
||
|
public static final String KJ_PARAMETER_ID = "sqy_parameter_calendar";
|
||
|
public static final String KJ_FORM_ID = "sqy_form_calendar";
|
||
|
public static final String START_DATE_NAME = "\u8d77\u59cb\u65e5\u671f";
|
||
|
public static final String KJ_NAME = "\u519c\u5386\u65e5\u671f\u63a7\u4ef6";
|
||
|
}
|