add payment module
This commit is contained in:
parent
7cc4561599
commit
73fa659d18
1 changed files with 7 additions and 0 deletions
7
src/main/java/tech/iBeans/POSware/Lite/payment.java
Normal file
7
src/main/java/tech/iBeans/POSware/Lite/payment.java
Normal file
|
@ -0,0 +1,7 @@
|
|||
package tech.iBeans.POSware.Lite;
|
||||
|
||||
// Import module
|
||||
import java.util.*;
|
||||
import java.math.*;
|
||||
|
||||
public class payment{};
|
Loading…
Add table
Add a link
Reference in a new issue