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

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

        }

        protected override void Down(MigrationBuilder migrationBuilder)
        {

        }
    }
}