Files
pengchen-exam-java-applicat…/Applications/AppCheck.cs

15 lines
268 B
C#
Raw Normal View History

2025-06-27 11:51:40 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Applications
{
public class AppCheck
{
public string Id { get; set; }
public string appName { get; set; }
}
}