|
|
@@ -11,21 +11,21 @@ import java.util.Map;
|
|
|
@Data
|
|
|
public class AppOverviewVo {
|
|
|
@ApiModelProperty("行社数量")
|
|
|
- private Integer hangsheCount;
|
|
|
+ private int hangsheCount;
|
|
|
@ApiModelProperty("营业网点数量")
|
|
|
- private Integer bankingCount;
|
|
|
+ private int bankingCount;
|
|
|
@ApiModelProperty("中心业务库数量")
|
|
|
- private Integer centerStoreCount;
|
|
|
+ private int centerStoreCount;
|
|
|
@ApiModelProperty("网点业务库数量")
|
|
|
- private Integer bankingStoreCount;
|
|
|
+ private int bankingStoreCount;
|
|
|
@ApiModelProperty("在行式自动银行数量")
|
|
|
- private Integer onlineATMCount;
|
|
|
+ private int onlineATMCount;
|
|
|
@ApiModelProperty("离行式自动银行数量")
|
|
|
- private Integer offlineATMCount;
|
|
|
+ private int offlineATMCount;
|
|
|
@ApiModelProperty("大堂式设备数量")
|
|
|
- private Integer lobbyDeviceCount;
|
|
|
+ private int lobbyDeviceCount;
|
|
|
@ApiModelProperty("穿墙式设备数量")
|
|
|
- private Integer throughwallDeviceCount;
|
|
|
+ private int throughwallDeviceCount;
|
|
|
|
|
|
@ApiModelProperty("GA38信息:GA382021、GA382015")
|
|
|
private Map<String,AppOverviewItemVo> ga38;
|