Use JSON instead of Database on ChildCollection

后端 未结 0 1360
闹比i
闹比i 2020-12-13 02:53

I have a simpel model

public class Master
{
     public int ID {get;set;}
     public string Title {get;set;}
     public IList Children {get;set         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题