| | |
| | | private LocalDateTime endTime; |
| | | |
| | | @ApiModelProperty(value = "调度单位", example = "") |
| | | private String objectOrgCode; |
| | | private String subjectOrgCode; |
| | | |
| | | @ApiModelProperty(value = "调度单位名称", example = "") |
| | | private String subjectOrgName; |
| | | |
| | | @ApiModelProperty(value = "主办单位", example = "") |
| | | private String sinkOrgCode; |
| | | |
| | | @ApiModelProperty(value = "主办单位", example = "") |
| | | private String sinkOrgName; |
| | | |
| | | @ApiModelProperty(value = "是否主办(Y/N)", example = "") |
| | | private String tagMain; |
| | | |
| | | |
| | | private String orderNumber; |
| | | private String dispatchRate; |
| | | private String dispatchNumber; |
| | | private String handRate; |
| | | private String checkRate; |
| | | private String doneRate; |
| | | private String respRate; |
| | | private String reviewRate; |
| | | private String superviseNumber; |
| | | |
| | | private String orgCode; |
| | | private String orgName; |
| | | |
| | | |
| | | |
| | | } |