| | |
| | | |
| | | import com.google.gson.Gson; |
| | | import com.google.gson.GsonBuilder; |
| | | import com.yeshi.buwan.domain.DetailSystem; |
| | | import com.yeshi.buwan.domain.system.DetailSystem; |
| | | import com.yeshi.buwan.domain.HomeType; |
| | | import com.yeshi.buwan.domain.HomeVideo; |
| | | import com.yeshi.buwan.domain.SuperHomeType; |
| | |
| | | |
| | | @RequestMapping(value = "/addhomevideos", method = RequestMethod.POST) |
| | | public void addHomeVideos(String videoids, String tag, String picture, String types, PrintWriter out) { |
| | | List<HomeVideo> list = new ArrayList<HomeVideo>(); |
| | | List<HomeVideo> list = new ArrayList<>(); |
| | | |
| | | String[] videos = videoids.split(","); |
| | | String[] homeTypes = types.split(","); |