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