|
|
|
@ -42,7 +42,7 @@ public class TdFileReceive extends BaseEntity
|
|
|
|
|
private String receiveDepartid;
|
|
|
|
|
|
|
|
|
|
/** 接收状态(1:已接收2:未接收) */
|
|
|
|
|
@Excel(name = "接收状态", readConverterExp = "1=:已接收2:未接收")
|
|
|
|
|
@Excel(name = "接收状态", readConverterExp = "1=已接收,2=未接收")
|
|
|
|
|
private String receiveState;
|
|
|
|
|
|
|
|
|
|
/** 接收人员 */
|
|
|
|
@ -55,7 +55,7 @@ public class TdFileReceive extends BaseEntity
|
|
|
|
|
private Date receiveDate;
|
|
|
|
|
|
|
|
|
|
/** 提取状态(1:已提取2:未提取) */
|
|
|
|
|
@Excel(name = "提取状态", readConverterExp = "1=:已提取2:未提取")
|
|
|
|
|
@Excel(name = "提取状态", readConverterExp = "1=已提取,2=未提取")
|
|
|
|
|
private String extractState;
|
|
|
|
|
|
|
|
|
|
/** 提取单位 */
|
|
|
|
@ -72,7 +72,7 @@ public class TdFileReceive extends BaseEntity
|
|
|
|
|
private Date extractDate;
|
|
|
|
|
|
|
|
|
|
/** 销毁状态 */
|
|
|
|
|
@Excel(name = "销毁状态")
|
|
|
|
|
@Excel(name = "销毁状态", readConverterExp = "1=已销毁,2=未销毁")
|
|
|
|
|
private String destoryState;
|
|
|
|
|
|
|
|
|
|
/** 销毁地点 */
|
|
|
|
@ -88,7 +88,7 @@ public class TdFileReceive extends BaseEntity
|
|
|
|
|
private String destoryUsername;
|
|
|
|
|
|
|
|
|
|
/** 销毁方式 */
|
|
|
|
|
@Excel(name = "销毁方式")
|
|
|
|
|
@Excel(name = "销毁方式", readConverterExp = "1=自行销毁,2=保密局销毁")
|
|
|
|
|
private String destoryStyle;
|
|
|
|
|
|
|
|
|
|
/** 销毁数量 */
|
|
|
|
|