| | |
| | | @ApiModelProperty(value = "备注") |
| | | private String remark; |
| | | /**备用字段1*/ |
| | | @Excel(name = "备用字段1", width = 15) |
| | | @ApiModelProperty(value = "备用字段1") |
| | | @Excel(name = "管理制度号", width = 15) |
| | | @ApiModelProperty(value = "管理制度号") |
| | | private String disUda1; |
| | | /**备用字段2*/ |
| | | @Excel(name = "备用字段2", width = 15) |
| | | @ApiModelProperty(value = "备用字段2") |
| | | @Excel(name = "审核结果", width = 15) |
| | | @ApiModelProperty(value = "审核结果") |
| | | private String disUda2; |
| | | /**备用字段3*/ |
| | | @Excel(name = "备用字段3", width = 15) |
| | | @ApiModelProperty(value = "备用字段3") |
| | | @Excel(name = "审批结果", width = 15) |
| | | @ApiModelProperty(value = "审批结果") |
| | | private String disUda3; |
| | | /**备用字段4*/ |
| | | @Excel(name = "备用字段4", width = 15) |
| | |
| | | @Excel(name = "状态 0 禁用 1 启用", width = 15) |
| | | @ApiModelProperty(value = "状态 0 禁用 1 启用") |
| | | private String status = CommonConstant.STATUS_1; |
| | | |
| | | @ApiModelProperty(value = "签审状态(1已编制,2驳回编制,3已审核,4驳回审核,5通过)") |
| | | private String approvalStatus; |
| | | |
| | | @ApiModelProperty(value = "审核/驳回意见") |
| | | private String auditFeedback; |
| | | |
| | | @ApiModelProperty(value = "审批/驳回意见") |
| | | private String approvalFeedback; |
| | | |
| | | @ApiModelProperty(value = "编制人") |
| | | private String writePerson; |
| | | |
| | | @ApiModelProperty(value = "审核人") |
| | | private String auditPerson; |
| | | |
| | | @ApiModelProperty(value = "审批人") |
| | | private String approvalPerson; |
| | | |
| | | @ApiModelProperty(value = "审批失效人") |
| | | private String loseEfficacyPerson; |
| | | |
| | | /** |
| | | * 生效时间 |
| | |
| | | @TableField(exist = false) |
| | | private List<DailyInspectionStandardDetail> dailyInspectionStandardDetaillist; |
| | | |
| | | @TableField(exist = false) |
| | | private List<DailyInspectionStandard> dailyInspectionStandardlist; |
| | | |
| | | } |