resourceidmanage.java
来自「企业进销存源码」· Java 代码 · 共 70 行
JAVA
70 行
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 + =
减小字号Ctrl + -
显示快捷键?