This commit is contained in:
12
Models/TextTemplate.cs
Normal file
12
Models/TextTemplate.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace rockfishCore.Models
|
||||
{
|
||||
public partial class TextTemplate
|
||||
{
|
||||
public long Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Template { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user