| | |
| | | package com.zt.life.modules.mainPart.taskReliability.model; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.zt.common.entity.BusiEntity; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | |
| | | @ApiModelProperty(value = "") |
| | | private String beginCell; |
| | | |
| | | // @ApiModelProperty(value = "") |
| | | // private Long beginNode; |
| | | @ApiModelProperty(value = "") |
| | | @TableField(exist = false) |
| | | private Double beginY; |
| | | |
| | | @ApiModelProperty(value = "") |
| | | private String endCell; |