Soporte a fecha iniciado
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
package Logica;
|
||||
import java.time.Month;
|
||||
import java.time.Year;
|
||||
import java.util.Vector;
|
||||
|
||||
public class Gestion{
|
||||
private Vector<Transaccion> gestiones;
|
||||
private float suma;
|
||||
private static float total;
|
||||
private static Month mes;
|
||||
private static Year anio;
|
||||
|
||||
public Gestion() {
|
||||
this.gestiones=new Vector<Transaccion>();
|
||||
|
||||
Reference in New Issue
Block a user