forked from ddrilling/AsbCloudServer
9 lines
206 B
C#
9 lines
206 B
C#
|
namespace AsbCloudApp.Data
|
|||
|
{
|
|||
|
public class WellInfoDto
|
|||
|
{
|
|||
|
public string Caption { get; set; }
|
|||
|
public string Cluster { get; set; }
|
|||
|
public string Deposit { get; set; }
|
|||
|
}
|
|||
|
}
|