|
|
|
@ -5,14 +5,19 @@ import com.baomidou.mybatisplus.annotation.TableName;
|
|
|
|
|
import io.swagger.annotations.ApiModel; |
|
|
|
|
import io.swagger.annotations.ApiModelProperty; |
|
|
|
|
import lombok.Data; |
|
|
|
|
import lombok.EqualsAndHashCode; |
|
|
|
|
import org.springblade.core.tenant.mp.TenantEntity; |
|
|
|
|
|
|
|
|
|
import java.io.Serializable; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* @author ysj |
|
|
|
|
*/ |
|
|
|
|
@EqualsAndHashCode(callSuper = true) |
|
|
|
|
@Data |
|
|
|
|
@TableName("hzims_fill_power") |
|
|
|
|
@ApiModel(value="PowerEntity对象", description="电站填报") |
|
|
|
|
@ApiModel(value="PowerEntity对象", description="光伏站填报") |
|
|
|
|
public class PowerEntity extends TenantEntity implements Serializable { |
|
|
|
|
|
|
|
|
|
@ApiModelProperty("月份") |
|
|
|
|