OData SingleResult with valid, not 404 Null Value

前端 未结 0 635
别跟我提以往
别跟我提以往 2021-02-14 11:23

I have a model:

public class Foo
{
    public int Id { get; set; }
    public string Name { get; set; }
    public Bar Bar { get; set; }
}

public class Bar
{
            


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