Files

13 lines
270 B
C#
Raw Permalink Normal View History

2025-11-25 17:41:24 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace Face.Web.Areas.App.Models
{
public class ProgramViewModel
{
public string ProgramPath { get; set; }
public string ProgramName { get; set; }
}
}