Skip to content

Instantly share code, notes, and snippets.

@PandyYang
Created May 5, 2018 08:44
Show Gist options
  • Save PandyYang/1cc6fe6dda898fa9f3462ee29d255c61 to your computer and use it in GitHub Desktop.
Save PandyYang/1cc6fe6dda898fa9f3462ee29d255c61 to your computer and use it in GitHub Desktop.
package justdo;
/**
* @author Pandy
* @date 2018/5/5 10:25
*/
public class Goods {
String brand;
double size;
double price;
int count;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment