20220209043947_addtelantinfo.cs 364 字节
Newer Older
W
wq1234wq 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
using Microsoft.EntityFrameworkCore.Migrations;

#nullable disable

namespace IoTSharp.Data.MySql.Migrations
{
    public partial class addtelantinfo : Migration
    {
        protected override void Up(MigrationBuilder migrationBuilder)
        {

        }

        protected override void Down(MigrationBuilder migrationBuilder)
        {

        }
    }
}