工站下拉
This commit is contained in:
parent
308b7c251b
commit
e52a9fbf47
@ -70,4 +70,10 @@ namespace MDM.Model.Plant.Dto
|
|||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public class WorkSrationPullDown
|
||||||
|
{
|
||||||
|
public string? label { get; set; }
|
||||||
|
public string? value { get; set; }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@ -25,6 +25,6 @@ namespace MDM.Services.IPlantService
|
|||||||
List<PlantWorkshop> GetWorkShop(string? site_code, string? workshop_code);
|
List<PlantWorkshop> GetWorkShop(string? site_code, string? workshop_code);
|
||||||
|
|
||||||
List<PlantProductlinebody> GetPlantProductlinebodies(string? site_code, string? workshop_code, string? linecode);
|
List<PlantProductlinebody> GetPlantProductlinebodies(string? site_code, string? workshop_code, string? linecode);
|
||||||
|
object GetWorkstation();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user