Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F67823
LBSMSSendInoBean.java
All Users
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
•
yinjihuan
Oct 12 2013, 9:19 AM
2013-10-12 09:19:43 (UTC+0)
Size
630 B
Referenced Files
None
Subscribers
None
LBSMSSendInoBean.java
View Options
package
com.lubansoft.lbappadmin.smssend.bean
;
/**
* 短信管理Bean
* @创建作者 尹吉欢
* @创建时间 2013-9-12 下午02:07:30
*/
public
class
LBSMSSendInoBean
{
private
Long
smsNum
;
//短信可用余额
private
Integer
alreadySmsNum
;
//已用数量
public
void
setAlreadySmsNum
(
Integer
alreadySmsNum
)
{
this
.
alreadySmsNum
=
alreadySmsNum
;
}
public
Integer
getAlreadySmsNum
()
{
return
alreadySmsNum
;
}
public
void
setSmsNum
(
Long
smsNum
)
{
this
.
smsNum
=
smsNum
;
}
public
Long
getSmsNum
()
{
return
smsNum
;
}
public
LBSMSSendInoBean
()
{
super
();
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/yn/kx/4kehzck65piciukm
Default Alt Text
LBSMSSendInoBean.java (630 B)
Attached To
Mode
T2000: Image proxying in Remarkup should not activate unless the response is HTTP 200 with valid image data
Attached
Detach File
Event Timeline
Log In to Comment