添加项目文件。

This commit is contained in:
2025-10-27 09:30:49 +08:00
parent 0cabb8b412
commit 43b04133a1
43 changed files with 9685 additions and 0 deletions

12
利乐包装OCR/Data.cs Normal file
View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace TetraParkOCR
{
class Data
{
}
}