forked from ddrilling/AsbCloudServer
remove duplicate interface inh.
This commit is contained in:
parent
91da4fa9c2
commit
0434ec4fd9
@ -3,9 +3,8 @@ using System.Collections.Generic;
|
||||
|
||||
namespace AsbCloudApp.Data
|
||||
{
|
||||
public class WellStatDto : WellDto, IId
|
||||
public class WellStatDto : WellDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public DateTime? PlanStart { get; set; }
|
||||
public DateTime? PlanEnd { get; set; }
|
||||
public DateTime? FactStart { get; set; }
|
||||
|
Loading…
Reference in New Issue
Block a user