class from descriptionTue, 07 Feb 2023

the class of the work order with the fields number, month, technological operation, quantity, price, amount, worker

class WorkOrder { private string number; private string month; private string technologicalOperation; private string quantity; private string price; private string amount; private string worker; }

Want to kickstart your project?Use the new AI Studio to create your code