forked from Abdulbari/sgeUpdated
fixed issue GUI and Datacenter tab related
This commit is contained in:
@@ -15,7 +15,6 @@ public class DataCenterCreateInput extends BaseCreateInput {
|
||||
private Integer number;
|
||||
private Double consuptionAmount;
|
||||
|
||||
@NotNull(message = "Alan ID gereklidir")
|
||||
private UUID areaId;
|
||||
|
||||
@NotNull(message = "Sektör ID gereklidir")
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
package com.sgs.graphql.dataCenter.mutation.input;
|
||||
|
||||
import com.sgs.lib.dao.mutation.input.BaseUpdateInput;
|
||||
import javax.validation.constraints.NotNull;
|
||||
import java.util.UUID;
|
||||
|
||||
public class DataCenterUpdateInput extends BaseUpdateInput {
|
||||
@@ -10,6 +11,7 @@ public class DataCenterUpdateInput extends BaseUpdateInput {
|
||||
private Double consuptionAmount;
|
||||
|
||||
private UUID areaId;
|
||||
@NotNull(message = "Sektör ID gereklidir")
|
||||
private UUID sectorId;
|
||||
private UUID subSectorId;
|
||||
private UUID emissionSourceId;
|
||||
|
||||
Reference in New Issue
Block a user