|
@@ -6,6 +6,7 @@ import lombok.Data;
|
|
|
import lombok.ToString;
|
|
|
|
|
|
import java.io.Serializable;
|
|
|
+import java.util.List;
|
|
|
|
|
|
/**
|
|
|
* 企业关系vo
|
|
@@ -27,6 +28,7 @@ public class SysEnterpriseRelationVO implements Serializable {
|
|
|
private UpmsType.EnterpriseType entType;
|
|
|
private UpmsType.ProductLine productLine;
|
|
|
private UpmsLevel.EnterpriseLevel entLevel;
|
|
|
+ private List<SysEnterpriseServiceChargeVO> serviceCharges;
|
|
|
|
|
|
|
|
|
}
|