类 AttachBlobEntity
java.lang.Object
com.mbap.upload.domain.AttachBlobEntity
- 所有已实现的接口:
Serializable
@TableName("sys_attachment_blobentity")
@TableComment("\u9644\u4ef6\u5b58\u50a8\u8868")
public class AttachBlobEntity
extends Object
implements Serializable
附件存储表
- 作者:
- 郑斌
- 另请参阅:
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
AttachBlobEntity
public AttachBlobEntity()
-
-
方法详细资料
-
getAttachContent
public byte[] getAttachContent() -
setAttachContent
public void setAttachContent(byte[] attachContent)
-