添加天津涂装看板-设备实时监控
parent
6269ee358c
commit
692cd283f7
@ -0,0 +1,28 @@
|
|||||||
|
package cn.estsh.i3plus.pojo.mes.model;
|
||||||
|
|
||||||
|
import io.swagger.annotations.ApiParam;
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Wynne.Lu
|
||||||
|
* @date 2020/3/9 15:35
|
||||||
|
* @desc
|
||||||
|
*/
|
||||||
|
@Data
|
||||||
|
public class TjMgnBoardEquipmentMonitorModel {
|
||||||
|
|
||||||
|
@ApiParam("工位")
|
||||||
|
private String workCellCode;
|
||||||
|
|
||||||
|
@ApiParam("横坐标")
|
||||||
|
private Double xAxes = 0d;
|
||||||
|
|
||||||
|
@ApiParam("纵坐标")
|
||||||
|
private Double yAxes = 0d;
|
||||||
|
|
||||||
|
@ApiParam("工位状态")
|
||||||
|
private String workCellStatus;
|
||||||
|
|
||||||
|
@ApiParam("颜色")
|
||||||
|
private String color;
|
||||||
|
}
|
Loading…
Reference in New Issue