|
|
@ -179,11 +179,11 @@ public class StandardTicketInfoEntity extends TenantEntity implements Serializab |
|
|
|
@ApiModelProperty("图片附件") |
|
|
|
@ApiModelProperty("图片附件") |
|
|
|
private String picture; |
|
|
|
private String picture; |
|
|
|
|
|
|
|
|
|
|
|
// @ApiModelProperty("设备编号")
|
|
|
|
@ApiModelProperty("设备编号") |
|
|
|
// @QueryField(condition = SqlCondition.EQUAL)
|
|
|
|
@QueryField(condition = SqlCondition.EQUAL) |
|
|
|
// private String emCode ;
|
|
|
|
private String emCode ; |
|
|
|
//
|
|
|
|
|
|
|
|
// @ApiModelProperty("设备名称")
|
|
|
|
@ApiModelProperty("设备名称") |
|
|
|
// @QueryField(condition = SqlCondition.LIKE)
|
|
|
|
@QueryField(condition = SqlCondition.LIKE) |
|
|
|
// private String emName;
|
|
|
|
private String emName; |
|
|
|
} |
|
|
|
} |
|
|
|