|
|
@@ -2,8 +2,10 @@ package com.ningdatech.pmapi.provincial.model.res; |
|
|
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonIgnoreProperties; |
|
|
|
import io.swagger.annotations.ApiModel; |
|
|
|
import lombok.AllArgsConstructor; |
|
|
|
import lombok.Builder; |
|
|
|
import lombok.Data; |
|
|
|
import lombok.NoArgsConstructor; |
|
|
|
|
|
|
|
import java.io.Serializable; |
|
|
|
import java.util.List; |
|
|
@@ -17,6 +19,8 @@ import java.util.List; |
|
|
|
@Data |
|
|
|
@Builder |
|
|
|
@ApiModel(value = "ProvincialApplicationRes", description = "") |
|
|
|
@NoArgsConstructor |
|
|
|
@AllArgsConstructor |
|
|
|
public class ProvincialApplicationRes implements Serializable { |
|
|
|
|
|
|
|
|
|
|
@@ -89,6 +93,8 @@ public class ProvincialApplicationRes implements Serializable { |
|
|
|
|
|
|
|
@Builder |
|
|
|
@JsonIgnoreProperties(value = { "handler"}) |
|
|
|
@NoArgsConstructor |
|
|
|
@AllArgsConstructor |
|
|
|
public static class Cloud implements Serializable { |
|
|
|
//云资源台数 11 |
|
|
|
private Integer cloudNums; |
|
|
|