fee.java
来自「短信网关发送接受平台。」· Java 代码 · 共 26 行
JAVA
26 行
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 fee_terminal_id; //增加的字段 public static String service_id; public static int registered_delivery; //联通字段 public static int agent_flag; public static String given_value; public fee() { }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?