package com.bizmatics.persistence.mapper; import com.bizmatics.model.ElectricityTimePrice; import com.bizmatics.common.mvc.base.CrudMapper; /** *

* 时段电价表 Mapper 接口 *

* * @author fu * @since 2025-07-16 */ public interface ElectricityTimePriceMapper extends CrudMapper { }