update development bundle
This commit is contained in:
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