Query cannot be translated

前端 未结 0 1630
Happy的楠姐
Happy的楠姐 2021-01-07 16:54

I have the following class:

class document
{
    int Id;
    List Tags;
}

class Tag
{
    int Id;
}

I want to get all the documen

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