16 lines
282 B
C#
Raw Normal View History

2025-04-10 17:06:53 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace JiShe.CollectBus.IotSystems.AFNEntity
{
/// <summary>
/// AFN单项数据实体
/// </summary>
public class AFNDataEntity
{
}
}