• This project
    • Loading...
  • Sign in

ddingf / dingdongfresh

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • dingdongfresh
  • ..
  • refrigerator
  • Item.java
  • 강수인's avatar
    Initial Commit · 45648b0b
    45648b0b
    강수인 authored 2018-11-08 16:36:42 +0900
Item.java 207 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
package com.example.ksi.refrigerator;

import java.io.Serializable;
import java.util.Date;

public class Item implements Serializable{
    String name="";
    Date date=new Date();
    String image = "";

}