1
This commit is contained in:
parent
8fdc52a8c8
commit
4ed421c6b5
@ -539,7 +539,7 @@ namespace YunDa.ISAS.Application.GeneralInformation
|
|||||||
[HttpGet]
|
[HttpGet]
|
||||||
public RequestResult<List<BoardCardSolftVersionOutput>> FindHistorySoftVersionByEquipmentInfoId(Guid? equipmentInfoId)
|
public RequestResult<List<BoardCardSolftVersionOutput>> FindHistorySoftVersionByEquipmentInfoId(Guid? equipmentInfoId)
|
||||||
{
|
{
|
||||||
RequestResult<List<BoardCardSolftVersionOutput>> rst = ();
|
RequestResult<List<BoardCardSolftVersionOutput>> rst = new();
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
List<BoardCardSolftVersionOutput> historys = new List<BoardCardSolftVersionOutput>();
|
List<BoardCardSolftVersionOutput> historys = new List<BoardCardSolftVersionOutput>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user