old mode 100644
new mode 100755
| | |
| | | |
| | | import com.alibaba.fastjson.JSONArray; |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.java110.entity.center.Business; |
| | | import com.java110.entity.center.DataFlowLinksCost; |
| | | import com.java110.entity.center.DataFlowLog; |
| | | import com.java110.dto.system.AppBusiness; |
| | | import com.java110.dto.system.DataFlowLinksCost; |
| | | import com.java110.dto.system.DataFlowLog; |
| | | import org.springframework.http.ResponseEntity; |
| | | |
| | | import java.util.*; |
| | |
| | | |
| | | private String resData; |
| | | |
| | | protected List<Business> businesses; |
| | | protected List<AppBusiness> businesses; |
| | | |
| | | private Business currentBusiness; |
| | | private AppBusiness currentBusiness; |
| | | |
| | | private List<DataFlowLinksCost> linksCostDates = new ArrayList<DataFlowLinksCost>(); |
| | | |
| | |
| | | } |
| | | |
| | | |
| | | public List<Business> getBusinesses() { |
| | | public List<AppBusiness> getBusinesses() { |
| | | return businesses; |
| | | } |
| | | |
| | | |
| | | public void setBusinesses(List<Business> businesses) { |
| | | public void setBusinesses(List<AppBusiness> businesses) { |
| | | this.businesses = businesses; |
| | | } |
| | | |
| | |
| | | return resBusiness; |
| | | } |
| | | |
| | | public Business getCurrentBusiness() { |
| | | public AppBusiness getCurrentBusiness() { |
| | | return currentBusiness; |
| | | } |
| | | |
| | | public void setCurrentBusiness(Business currentBusiness) { |
| | | public void setCurrentBusiness(AppBusiness currentBusiness) { |
| | | this.currentBusiness = currentBusiness; |
| | | } |
| | | |
| | |
| | | } |
| | | this.serviceBusiness.add(serviceBusiness); |
| | | } |
| | | |
| | | public void setServiceBusiness(JSONArray serviceBusinesses) { |
| | | this.serviceBusiness = serviceBusinesses; |
| | | } |
| | | } |