📄 promotion.java
字号:
//---------------------------------------------------------
// Application: Gsm of Application
// Author : esingle
// File : Promotion.java
//
// Copyright 2004 landsoft corp
// Generated at Wed Mar 10 15:35:57 CST 2004
// created by 曹广鑫
// mailto:gxcao@mail.tsinghua.edu.cn
//---------------------------------------------------------
package com.landsoft.gsm.model;
public class Promotion {
private String senddate;
private String mobile;
private String message;
private long promotionid;
public String getSenddate() {
return senddate;
}
public String getMobile() {
return mobile;
}
public String getMessage() {
return message;
}
public long getPromotionid() {
return promotionid;
}
public void setSenddate(String senddate) {
this.senddate = senddate;
}
public void setMobile(String mobile) {
this.mobile = mobile;
}
public void setMessage(String message) {
this.message = message;
}
public void setPromotionid(long promotionid) {
this.promotionid = promotionid;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -