This commit is contained in:
15
server/models/PickListTemplate.cs
Normal file
15
server/models/PickListTemplate.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Sockeye.Models
|
||||
{
|
||||
|
||||
//See core-picklist-autocomplete-template-system.txt for details
|
||||
public class PickListTemplate
|
||||
{
|
||||
public long Id { get; set; }
|
||||
public uint Concurrency { get; set; }
|
||||
|
||||
public string Template { get; set; }//JSON fragment of picklist template
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user