first edit
This commit is contained in:
21
XLIMS.DATA/Models/Tprz.cs
Normal file
21
XLIMS.DATA/Models/Tprz.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace XLIMS.DATA.Models;
|
||||
|
||||
public partial class Tprz
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public string? Dpzn { get; set; }
|
||||
|
||||
public string? Hrtc { get; set; }
|
||||
|
||||
public string? Gsrs { get; set; }
|
||||
|
||||
public int? Prmk { get; set; }
|
||||
|
||||
public int Idtip { get; set; }
|
||||
|
||||
public virtual Tip IdtipNavigation { get; set; } = null!;
|
||||
}
|
||||
Reference in New Issue
Block a user