|
|
@ -497,6 +497,7 @@ public class WorkTicketInfoEntity extends TenantEntity implements Serializable { |
|
|
|
private Integer isQualified; |
|
|
|
private Integer isQualified; |
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("是否线下 : 1-线下,0-线上") |
|
|
|
@ApiModelProperty("是否线下 : 1-线下,0-线上") |
|
|
|
|
|
|
|
@QueryField(condition = SqlCondition.EQUAL) |
|
|
|
private Boolean isOffline; |
|
|
|
private Boolean isOffline; |
|
|
|
@ApiModelProperty("0未执行,1为执行(运行人员确认过),3为结束") |
|
|
|
@ApiModelProperty("0未执行,1为执行(运行人员确认过),3为结束") |
|
|
|
private String implementStatus; |
|
|
|
private String implementStatus; |
|
|
|