| | |
| | | * 租户 |
| | | */ |
| | | @ApiModelProperty(value= "租户") |
| | | private Integer tenantId; |
| | | private Long tenantId; |
| | | |
| | | public CodeGap() {} |
| | | |
| | | public CodeGap(Long code0,Long code1,Double distance,Integer deleted,Integer tenantId) { |
| | | public CodeGap(Long code0,Long code1,Double distance,Integer deleted,Long tenantId) { |
| | | this.code0 = code0; |
| | | this.code1 = code1; |
| | | this.distance = distance; |
| | |
| | | // null // 租户 |
| | | // ); |
| | | |
| | | public String getDeleted$(){ |
| | | if (null == this.deleted){ return null; } |
| | | switch (this.deleted){ |
| | | case 1: |
| | | return "是"; |
| | | case 0: |
| | | return "否"; |
| | | default: |
| | | return String.valueOf(this.deleted); |
| | | } |
| | | } |
| | | |
| | | |
| | | public String getCode0$() { |
| | | CodeService service = SpringUtils.getBean(CodeService.class); |
| | |
| | | return null; |
| | | } |
| | | |
| | | |
| | | |
| | | } |