⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sales_entry.java

📁 medical shop managment system using java
💻 JAVA
字号:
package com.medicalshopmanagment.beans;public class Sales_entry {String product_id;String product_name;int quantity;String date;String customer_id;int net_cost;String customer_name;String doctor;String address;String sales_id;int year;    public String getSales_id() {        return sales_id;    }    public void setSales_id(String sales_id) {        this.sales_id = sales_id;    }    public String getAddress() {        return address;    }    public void setAddress(String address) {        this.address = address;    }    public String getCustomer_name() {        return customer_name;    }    public void setCustomer_name(String customer_name) {        this.customer_name = customer_name;    }    public String getDoctor() {        return doctor;    }    public void setDoctor(String doctor) {        this.doctor = doctor;    }    public String getCustomer_id() {        return customer_id;    }    public void setCustomer_id(String customer_id) {        this.customer_id = customer_id;    }    public String getDate() {        return date;    }    public void setDate(String date) {        this.date = date;    }    public int getNet_cost() {        return net_cost;    }    public void setNet_cost(int net_cost) {        this.net_cost = net_cost;    }    public String getProduct_id() {        return product_id;    }    public int getYear() {        return year;    }    public void setYear(int year) {        this.year = year;    }    public void setProduct_id(String product_id) {        this.product_id = product_id;    }    public String getProduct_name() {        return product_name;    }    public void setProduct_name(String product_name) {        this.product_name = product_name;    }    public int getQuantity() {        return quantity;    }    public void setQuantity(int quantity) {        this.quantity = quantity;    }    }

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -