liukangdong
2024-10-30 8bb0c65cdb3400d5e3cb0e174a2736c0c55995cc
server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/PlatformJob.java
@@ -262,7 +262,7 @@
    @TableField(exist = false)
    private String ledContent ;
    @ApiModelProperty(value = "是否超时:0=是;1=否", example = "1")
    @ApiModelProperty(value = "是否超时:1=是;0=否", example = "1")
    @TableField(exist = false)
    private Integer isTimeOut;