📄 resourceidmanage.java
字号:
package com.common.resource;
/**
* @author Administrator
*
* To change this generated comment edit the template variable "typecomment":
* Window>Preferences>Java>Templates.
* To enable and disable the creation of type comments go to
* Window>Preferences>Java>Code Generation.
*/
public class ResourceIdManage {
public static String getRoleResId(){
return "5";
}
public static String getResourceResId(){
return "7";
}
public static String getUserResId(){
return "4";
}
public static String getGoodsResId(){
return "19";
}
public static String getGoodsTypeResId(){
return "20";
}
public static String getClientResId(){
return "22";
}
public static String getClientTypeResId(){
return "23";
}
public static String getGoodsInResId(){
return "26";
}
public static String getGoodsOutResId(){
return "27";
}
public static String getKuCunResId(){
return "34";
}
public static String getCgPlanResId(){
return "36";
}
public static String getCgPlanSpResId(){
return "37";
}
public static String getCgPlanSpFinishResId(){
return "46";
}
public static String getCgContractResId(){
return "39";
}
public static String getCgOrderResId(){
return "49";
}
public static String getCgPayResId(){
return "50";
}
public static String getThResId(){
return "44";
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -