|
@@ -59,7 +59,7 @@ public class CwjsPolicyInfo implements Serializable{
|
|
|
@Excel(name = "状态 0:待审核 1:审核中 2:审核通过3:审核拒绝", width = 15)
|
|
|
@ApiModelProperty(value = "状态 0:待审核 1:审核中 2:审核通过3:审核拒绝")
|
|
|
private Integer approvedStatus;
|
|
|
- @ApiModelProperty(value = "审核进度,当前该谁审核")
|
|
|
+ @ApiModelProperty(value = "审核进度,当前该谁审核,审核人")
|
|
|
private String approvedProgress;
|
|
|
/**是否预付:0:否 1:是 */
|
|
|
@Excel(name = "是否预付:0:否 1:是 ", width = 15)
|
|
@@ -149,4 +149,9 @@ public class CwjsPolicyInfo implements Serializable{
|
|
|
/**区域 华北,华南,华东*/
|
|
|
@TableField(exist = false)
|
|
|
private String areaInfo;
|
|
|
+
|
|
|
+
|
|
|
+ /* 是否显示老板审批的 操作 yes显示 no 不显示*/
|
|
|
+ @TableField(exist = false)
|
|
|
+ private String theBossRight;
|
|
|
}
|