Files

17 lines
312 B
C#
Raw Permalink 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; }
2025-08-07 15:38:23 +08:00
public string taskId { get; set; }
2025-06-27 11:51:40 +08:00
}
}