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