update development bundle
This commit is contained in:
12
client/api/design/energy_data.js
Normal file
12
client/api/design/energy_data.js
Normal file
@@ -0,0 +1,12 @@
|
||||
class EnergyDataApi {
|
||||
|
||||
static index(params){
|
||||
return Promise.resolve(
|
||||
|
||||
|
||||
);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
export default EnergyDataApi;
|
||||
11
client/api/design/houses.js
Normal file
11
client/api/design/houses.js
Normal file
@@ -0,0 +1,11 @@
|
||||
class HousesApi {
|
||||
|
||||
static index(params){
|
||||
return Promise.resolve({
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
export default HousesApi;
|
||||
12
client/api/design/power_data.js
Normal file
12
client/api/design/power_data.js
Normal file
@@ -0,0 +1,12 @@
|
||||
class PowerDataApi {
|
||||
|
||||
static index(params){
|
||||
return Promise.resolve({
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
export default PowerDataApi;
|
||||
|
||||
Reference in New Issue
Block a user