⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 usersubmodel.java

📁 WAP PUSH后台源码,WAP PUSH后台源码
💻 JAVA
字号:
package com.sxit.wap.threads;
public class UserSubModel
{
     public String userMdn ="";
	 public int channelId = 0;
	 public int feeType =0;
	 public int feeCode =0;
	 public void setUserMdn(String userMdn){
	 this.userMdn = userMdn;
	 }
	 public String getUserMdn(){
	 return this.userMdn;
	 }
	 public void setChannelId(int channelId){
	 this.channelId = channelId;
	 }
	 public int getChannelId(){
	 return this.channelId;
	 }
	 public void setFeeType(int feeType){
	 this.feeType = feeType;
	 }
	 public int getFeeType(){
	 return this.feeType;
	 }
	 public void setFeeCode(int feeCode){
	 this.feeCode = feeCode;
	 }
	 public int getFeeCode(){
	 return this.feeCode;
	 }
}

⌨️ 快捷键说明

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