修复Json数据出错的问题

This commit is contained in:
2025-12-04 10:00:52 +08:00
parent a9f8779273
commit 32fc5d0e20
10 changed files with 42 additions and 22 deletions

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Gatedge.ScanCode.Basis.PlugIn.Bill.BAR_BarCodePrint.FormPlugIn
{
internal class FileName
{
}
}