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