How to use dapper mutli mapping with inner join where condition

后端 未结 0 1125
难免孤独
难免孤独 2021-01-04 03:39

I got a object of model:

public class ListModel
{
    public int Id { get; set; }
    public string ListCode { get; set; }
    public string TreeSet1 { get; s         


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