แก้api เกษียญอื่นๆให้เหมือนรับโอน
This commit is contained in:
parent
243700bd53
commit
1b70ad6816
22 changed files with 15373 additions and 389 deletions
|
|
@ -12,5 +12,6 @@ namespace BMA.EHR.Placement.Service.Requests
|
|||
public Guid? PositionLineId { get; set; }
|
||||
public Guid? PositionPathSideId { get; set; }
|
||||
public Guid? PositionTypeId { get; set; }
|
||||
public double? Amount { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
@ -12,5 +12,6 @@ namespace BMA.EHR.Placement.Service.Requests
|
|||
public Guid? PositionLineId { get; set; }
|
||||
public Guid? PositionPathSideId { get; set; }
|
||||
public Guid? PositionTypeId { get; set; }
|
||||
public double? Amount { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
@ -12,5 +12,6 @@ namespace BMA.EHR.Placement.Service.Requests
|
|||
public Guid? PositionLineId { get; set; }
|
||||
public Guid? PositionPathSideId { get; set; }
|
||||
public Guid? PositionTypeId { get; set; }
|
||||
public double? Amount { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
@ -25,6 +25,5 @@ namespace BMA.EHR.Placement.Service.Requests
|
|||
public string? PositionNumberOld { get; set; }
|
||||
public double? AmountOld { get; set; }
|
||||
public DateTime? PositionDate { get; set; }
|
||||
public List<FormFile>? File { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,6 +24,5 @@ namespace BMA.EHR.Placement.Service.Requests
|
|||
public string? PositionLevelOld { get; set; }
|
||||
public string? PositionNumberOld { get; set; }
|
||||
public double? AmountOld { get; set; }
|
||||
public List<FormFile>? File { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,6 +24,5 @@ namespace BMA.EHR.Placement.Service.Requests
|
|||
public string? PositionLevelOld { get; set; }
|
||||
public string? PositionNumberOld { get; set; }
|
||||
public double? AmountOld { get; set; }
|
||||
public List<FormFile>? File { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue