This commit is contained in:
2018-09-06 22:05:17 +00:00
parent f6256212ef
commit 499edce0b6
3 changed files with 16 additions and 223 deletions

View File

@@ -0,0 +1,13 @@
using AyaNova.Biz;
namespace AyaNova.Models
{
public class TagGroupMapInfo
{
public long TagId { get; set; }
public long TagGroupId { get; set; }
}
}