SGGL_SHJ/SGGL/Model/HJGL/PipeLineIdCodeItem.cs

15 lines
285 B
C#
Raw Normal View History

2023-02-20 21:59:35 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Model
{
public class PipeLineIdCodeItem
{
public string PipelineId { get; set; }
public string PipelineCode { get; set; }
}
}