工站下拉

This commit is contained in:
quowingwang 2026-01-31 09:18:47 +08:00
parent 308b7c251b
commit e52a9fbf47
2 changed files with 7 additions and 1 deletions

View File

@ -70,4 +70,10 @@ namespace MDM.Model.Plant.Dto
}
public class WorkSrationPullDown
{
public string? label { get; set; }
public string? value { get; set; }
}
}

View File

@ -25,6 +25,6 @@ namespace MDM.Services.IPlantService
List<PlantWorkshop> GetWorkShop(string? site_code, string? workshop_code);
List<PlantProductlinebody> GetPlantProductlinebodies(string? site_code, string? workshop_code, string? linecode);
object GetWorkstation();
}
}