使用最大压缩比,以得到更小的压缩文件
智能大石头 authored at 2025-04-30 09:05:07
313.00 B
Stardust
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace DeployAgent.Commands;

internal class DeployCommand : ICommand
{
    public void Process(String[] args)
    {

    }
}

class DeployParameter
{
    public String AppId { get; set; }
}