Commit ca6b565f authored by chenhao's avatar chenhao

提交实体类更改

parent c9e9d436
......@@ -85,17 +85,10 @@ public class AlertCallePowerTransferRo implements Serializable{
@ApiModelProperty(value = "联系人电话")
private String contactPhone;
@ApiModelProperty(value = "调派单位资源列表")
private List< CompanyDto> company;
@ApiModelProperty(value = "调派单位资源列表")
private List<PowerTransferCompanyResourcesDto> powerTransferCompanyResourcesDtoList;
private List< PowerTransferCompanyDto> company;
@ApiModelProperty(value = "调派类型队伍")
private String powerTransType;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment