|
@@ -39,11 +39,11 @@ public class DataRecord extends BaseEntity
|
|
|
private String tel;
|
|
|
|
|
|
/** 调用者IP */
|
|
|
- @Excel(name = "调用者IP")
|
|
|
+// @Excel(name = "调用者IP")
|
|
|
private String ip;
|
|
|
|
|
|
/** 共享类型 */
|
|
|
- @Excel(name = "数据来源")
|
|
|
+ @Excel(name = "数据来源", readConverterExp = "share_type_1=市共享,share_type_2=市归集,share_type_3=省上报,share_type_4=省共享")
|
|
|
private String shareType;
|
|
|
|
|
|
/** 提供部门ID */
|
|
@@ -58,7 +58,7 @@ public class DataRecord extends BaseEntity
|
|
|
private String applyTime;
|
|
|
|
|
|
/** 调用频率 */
|
|
|
- @Excel(name = "调用频率")
|
|
|
+// @Excel(name = "调用频率")
|
|
|
private String frequency;
|
|
|
|
|
|
/** 使用时效开始时间 */
|
|
@@ -73,6 +73,7 @@ public class DataRecord extends BaseEntity
|
|
|
private String duration;
|
|
|
|
|
|
/** 状态 */
|
|
|
+ @Excel(name = "当前状态", readConverterExp = "0=新建,1=政数局通过,2=提供部门通过,3=政数局待审批,4=提供部门待审批,5=政数局驳回,6=提供部门驳回")
|
|
|
private String status;
|
|
|
|
|
|
/** 申请明细信息 */
|