更新工程阶段名称
PUT
http://localhost:8081/engineer/updateEngineerPhaseNameList/{engineeringId}/{phaseNameList}
接口描述
根据工程id,更新工程阶段名称列表(微服务之间调用) API
请求参数
参数名
类型
描述
必填
engineeringId
number
工程id
必填
phaseNameList
string
阶段名称列表 示例:策划,方案
必填