tijian_tieying/web/dccdc.Models/G_identityModel.cs

20 lines
369 B
C#
Raw Permalink Normal View History

2025-02-20 12:14:39 +08:00
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using dccdc.Models;
using Dapper;
namespace dccdc.Models
{
public class G_identityModel
{
public int id { get; set; }
public string Tablename { get; set; }
public string value { get; set; }
}
}