Primera versión estable compatible con linux de WSAsegasa
This commit is contained in:
13
bdAsegasa/db/v_liquidacion_cia_devuelto.cs
Normal file
13
bdAsegasa/db/v_liquidacion_cia_devuelto.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using PropertyChanged;
|
||||
|
||||
namespace bdAsegasa.db;
|
||||
|
||||
[AddINotifyPropertyChangedInterface]
|
||||
public partial class v_liquidacion_cia_devuelto
|
||||
{
|
||||
public int idrecibo { get; set; }
|
||||
|
||||
public DateOnly? UltimaFecha { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user