?? binarycontent.java
字號:
package mmsproject.model;
/**
*
* <p>Title: 彩信發送接收項目</p>
*
* <p>Description: 彩信的二進制內容的數據模型</p>
*
* <p>Copyright: Copyright (c) 2004</p>
*
* <p>Company: </p>
*
* @author tomato
* @version 1.0
*/
public class BinaryContent {
public String ContentId = "";
public byte[] BinaryContent = null;
public String ContentType = "";
public BinaryContent() {
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -