foodelement.java
来自「实现的网上订餐管理系统 界面简单」· Java 代码 · 共 19 行
JAVA
19 行
// Decompiled Using: FrontEnd Plus v2.03 and the JAD Engine
// Available From: http://www.reflections.ath.cx
// Decompiler options: packimports(3)
// Source File Name: bookelement.java
package beans;
public class foodelement
{
public foodelement()
{
}
public String foodid;
public float price;
public int number;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?