| | |
| | | */ |
| | | @ApiModelProperty(value= "备注") |
| | | private String memo; |
| | | @TableField(exist = false) |
| | | private String companys$; |
| | | |
| | | |
| | | |
| | | public Companys() {} |
| | | |
| | |
| | | } |
| | | |
| | | public String getCompanys$() { |
| | | if (null == this.type){ return null; } |
| | | DictDataService dictDataService = SpringUtils.getBean(DictDataService.class); |
| | | DictData dictData = dictDataService.getOne(new LambdaQueryWrapper<DictData>().eq(DictData::getDictTypeCode, DictTypeCode.DICT_COMPANY_TYPE).eq(DictData::getId, this.type)); |
| | | if (Objects.isNull(dictData)) { |
| | | return null; |
| | | } |
| | | return dictData.getLabel(); |
| | | return this.companys$; |
| | | } |
| | | |
| | | public String getCreateTime$(){ |