mh_frame_sps/APT.API/Controllers/AptController.cs

16 lines
262 B
C#
Raw Normal View History

2026-04-07 13:47:52 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using APT.Infrastructure.Core;
using Microsoft.AspNetCore.Mvc;
namespace APT.API
{
[Log]
public class AptController : ControllerBase
{
}
}