| | |
| | | */ |
| | | @ApiModelProperty(value= "备注") |
| | | private String memo; |
| | | @TableField(exist = false) |
| | | private String isptStatus$; |
| | | |
| | | @TableField(exist = false) |
| | | private String isptResult$; |
| | | |
| | | |
| | | |
| | | public QlyIsptItem() {} |
| | | |
| | |
| | | // ); |
| | | |
| | | public String getIsptStatus$() { |
| | | if (null == this.isptStatus) {return null; } |
| | | DictDataService dictDataService = SpringUtils.getBean(DictDataService.class); |
| | | DictData dictDatas = dictDataService.getOne(new LambdaQueryWrapper<DictData>() |
| | | .eq(DictData::getDictTypeCode, DictTypeCode.DICT_QLY_INSPECT_STATUS) |
| | | .eq(DictData::getValue, this.isptStatus)); |
| | | if (Objects.isNull(dictDatas) || Objects.isNull(dictDatas.getLabel())) { |
| | | return null; |
| | | } |
| | | return dictDatas.getLabel(); |
| | | return this.isptStatus$; |
| | | } |
| | | |
| | | public String getIsptResult$() { |
| | | if (null == this.isptResult) {return null; } |
| | | DictDataService dictDataService = SpringUtils.getBean(DictDataService.class); |
| | | DictData dictDatas = dictDataService.getOne(new LambdaQueryWrapper<DictData>() |
| | | .eq(DictData::getDictTypeCode, DictTypeCode.DICT_INSPECT_RESULT) |
| | | .eq(DictData::getValue, this.isptResult)); |
| | | if (Objects.isNull(dictDatas) || Objects.isNull(dictDatas.getLabel())) { |
| | | return null; |
| | | } |
| | | return dictDatas.getLabel(); |
| | | return this.isptResult$; |
| | | } |
| | | |
| | | public String getStatus$(){ |