| | |
| | | <Compile Include="Controllers\ImportExcelController.cs" /> |
| | | <Compile Include="Controllers\LoginController.cs" /> |
| | | <Compile Include="Controllers\MaterialManagerController.cs" /> |
| | | <Compile Include="Controllers\ProductionManagementController.cs" /> |
| | | <Compile Include="Controllers\ProductModelController.cs" /> |
| | | <Compile Include="Controllers\SystemSettingController.cs" /> |
| | | <Compile Include="Controllers\ValuesController.cs" /> |
| | |
| | | <Compile Include="DLL\BLL\ExcelCheckBLL.cs" /> |
| | | <Compile Include="DLL\BLL\LoginBLL.cs" /> |
| | | <Compile Include="DLL\BLL\MaterialManagerBLL.cs" /> |
| | | <Compile Include="DLL\BLL\ProductionManagementBLL.cs" /> |
| | | <Compile Include="DLL\BLL\ProductModelBLL.cs" /> |
| | | <Compile Include="DLL\BLL\SystemSettingBLL.cs" /> |
| | | <Compile Include="DLL\BLL\UserDataBLL.cs" /> |
| | |
| | | <Compile Include="DLL\DAL\ExcelCheckDAL.cs" /> |
| | | <Compile Include="DLL\DAL\LoginDAL.cs" /> |
| | | <Compile Include="DLL\DAL\MaterialManagerDAL.cs" /> |
| | | <Compile Include="DLL\DAL\ProductionManagementDAL.cs" /> |
| | | <Compile Include="DLL\DAL\ProductModelDAL.cs" /> |
| | | <Compile Include="DLL\DAL\SystemSettingDAL.cs" /> |
| | | <Compile Include="DLL\DAL\UserDataDAL.cs" /> |