first edit
This commit is contained in:
13
XLIMS.DATA/Models/PersonalSet.cs
Normal file
13
XLIMS.DATA/Models/PersonalSet.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace XLIMS.DATA.Models;
|
||||
|
||||
public partial class PersonalSet
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public string? Person { get; set; }
|
||||
|
||||
public string? Status { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user