개정판 184daa5d
dev issue #000 : add file
Change-Id: Ie6333f473373fb3ef633d7a81224912eb9f2c746
DTI_PID/SPPIDConverter/SPPIDModel/BulkAttribute.cs | ||
---|---|---|
1 |
using System; |
|
2 |
using System.Collections.Generic; |
|
3 |
using System.Linq; |
|
4 |
using System.Text; |
|
5 |
using System.Threading.Tasks; |
|
6 |
|
|
7 |
namespace Converter.SPPID.SPPIDModel |
|
8 |
{ |
|
9 |
public class BulkAttribute |
|
10 |
{ |
|
11 |
public string SPPIDAttributeName { get; set; } |
|
12 |
public string Value { get; set; } |
|
13 |
} |
|
14 |
} |
내보내기 Unified diff