|
@@ -5,4 +5,5 @@ import "code.fnuoos.com/EggPlanet/egg_models.git/src/model" |
|
|
type EggEnergyPriceDao interface { |
|
|
type EggEnergyPriceDao interface { |
|
|
//TODO:: You can add specific method definitions here |
|
|
//TODO:: You can add specific method definitions here |
|
|
EggEnergyPriceList(startAt string, endAt string, hour string) ([]model.EggEnergyPrice, error) |
|
|
EggEnergyPriceList(startAt string, endAt string, hour string) ([]model.EggEnergyPrice, error) |
|
|
|
|
|
EggEnergyPriceGetLastOne() (*model.EggEnergyPrice, bool, error) |
|
|
} |
|
|
} |