📄 purchase_order.java
字号:
/* * To change this template, choose Tools | Templates * and open the template in the editor. */package com.medicalshopmanagment.beans;public class purchase_order { String purchase_id; String date; int count; String supplier_id; int order_no; public int getOrder_no() { return order_no; } public void setOrder_no(int order_no) { this.order_no = order_no; } public String getSupplier_id() { return supplier_id; } public void setSupplier_id(String supplier_id) { this.supplier_id = supplier_id; } public int getCount() { return count; } public void setCount(int count) { this.count = count; } public String getDate() { return date; } public void setDate(String date) { this.date = date; } public String getPurchase_id() { return purchase_id; } public void setPurchase_id(String purchase_id) { this.purchase_id = purchase_id; }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -