fee.java~7~

来自「短信网关发送接受平台。」· JAVA~7~ 代码 · 共 25 行

JAVA~7~
25
字号
package orderapp;/** * Title: * Description: 费率字段,增加了service_id字段 * Copyright:    Copyright (c) 2002 * Company: * @author * @version 1.0 */public class fee {       public static int fee_user_type;       public static int fee_type;       public static String fee_code;       //增加的字段       public static String service_id;       public static int registered_dilived;       //联通字段       public static int agent_flag;       public static String given_value;	public fee() {	}}

⌨️ 快捷键说明

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