liukangdong
2024-10-14 9c8dee1390f9c88f449f1a7f0d8b65a737ed696a
server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/Platform.java
@@ -65,6 +65,9 @@
    @ApiModelProperty(value = "备注")
    @ExcelColumn(name="备注")
    private String remark;
    @ApiModelProperty(value = "led空闲文案")
    @ExcelColumn(name="led空闲文案")
    private String ledContent;
    @ApiModelProperty(value = "状态 0正常 1禁用", example = "1")
    @ExcelColumn(name="状态 0正常 1禁用")
@@ -217,6 +220,8 @@
    @TableField(exist = false)
    private BigDecimal useRata;
    @ApiModelProperty(value = "月台作业数据")
    @TableField(exist = false)
    private PlatformWorkVO platformWorkVO;