Files

13 lines
185 B
C#
Raw Permalink Normal View History

2022-10-08 23:50:15 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Model
{
public class PrePipelineItem
{
}
}