|
@@ -2,18 +2,12 @@ package com.bizmatics.controller.web;
|
|
|
|
|
|
|
|
|
import com.bizmatics.common.core.bean.ApiResult;
|
|
|
-import com.bizmatics.model.DeviceAttribute;
|
|
|
import com.bizmatics.model.WcBlackoutPlan;
|
|
|
-import com.bizmatics.model.vo.DeviceAttributeVo;
|
|
|
import com.bizmatics.model.vo.WcBlackoutPlanVo;
|
|
|
-import com.bizmatics.service.DeviceAttributeService;
|
|
|
import com.bizmatics.service.WcBlackoutPlanService;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
|
|
|
-import org.springframework.stereotype.Controller;
|
|
|
-
|
|
|
-import java.util.Date;
|
|
|
import java.util.List;
|
|
|
|
|
|
/**
|