# PLCSharp **Repository Path**: KH_Edison/plcsharp ## Basic Information - **Project Name**: PLCSharp - **Description**: PLC风格的上位机程序 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 4 - **Created**: 2025-05-25 - **Last Updated**: 2025-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PLCSharp #### 介绍 PLC风格的上位机程序。 ![image](Demo.fw.png) #### 初始化数据库 ``` dotnet tool install --global dotnet-ef cd .\ModuleCore\src\ dotnet ef migrations add InitialCreate dotnet ef database update ```