|
|
|
@ -99,6 +99,11 @@ public class BmsDeclarationRecordsQueryVo implements Serializable {
|
|
|
|
|
@Excel(name = "审批状态", readConverterExp = "0=待填报,1=初审中,2=复审中,3=终审中,5=评审通过,6=已填报,7=复审不通过,8=初审驳回,9=终审不通过,10=退回修改")
|
|
|
|
|
private Long status;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "在线模板状态")
|
|
|
|
|
@Excel(name = "在线模板状态", readConverterExp = " 0=未开始 1=过期 2=有效 3=长期有效")
|
|
|
|
|
private Long templateRecordStatus;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 对应模板json
|
|
|
|
|