取得工程已使用的阶段
GET
http://localhost:8082/project/getPhaseListByEngineeringId/{engineeringId}
接口描述
根据工程id,获取使用的阶段
请求参数
参数名
类型
描述
必填
engineeringId
number
工程id
必填
响应参数
参数名
类型
描述
必填
phaseId
string
阶段id
必填
phaseName
string
阶段名称 示例:施工图
必填
phaseCode
string
阶段编码(PH01 : PH + 2位排序)示例:PH01
必填
phaseAbb
object
阶段英文缩略(K(策划)、F(方案)、C(初设)、S(施工图)、SA(施工报审图)、SC(施工现场)) 示例:F
必填
phaseDel
object
逻辑删除标志 (0:未删除 1:删除) 示例:null
可选
createTime
object
创建时间 示例:null
可选
updateTime
object
更新时间 示例:null
可选