| | |
| | | package com.zy.acs.manager.manager.entity; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.IdType; |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.baomidou.mybatisplus.annotation.TableId; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.zy.acs.framework.common.Cools; |
| | |
| | | * 排 |
| | | */ |
| | | @ApiModelProperty(value= "排") |
| | | @TableField("`row`") |
| | | private Integer row; |
| | | |
| | | /** |
| | |
| | | CodeService service = SpringUtils.getBean(CodeService.class); |
| | | Code code = service.getById(this.code); |
| | | if (!Cools.isEmpty(code)){ |
| | | return String.valueOf(code.getUuid()); |
| | | return String.valueOf(code.getData()); |
| | | } |
| | | return null; |
| | | } |