Commit 0891565c authored by tangwei's avatar tangwei

修改类名

parent c9e9d436
......@@ -87,7 +87,7 @@ public class AlertCallePowerTransferRo implements Serializable{
@ApiModelProperty(value = "调派单位资源列表")
private List< CompanyDto> company;
private List<CompanyRo> company;
@ApiModelProperty(value = "调派单位资源列表")
private List<PowerTransferCompanyResourcesDto> powerTransferCompanyResourcesDtoList;
......
......@@ -9,7 +9,7 @@ import lombok.Data;
* @createDate: 2021/11/11
*/
@Data
public class CompanyDto {
public class CompanyRo {
@ApiModelProperty(value = " 调派单位id")
private Long powerCompanyId;
......
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