

1. 工程列表查询
- 接口接入状态:完成
- 接口地址:
/job/project/list - Method:
get
2. 工程更新
- 接口接入状态:完成
- 接口地址:
/job/project/edit - Method:
put 参数:
id: number;description?: string;flag?: number;name: string;userId?: number;
3. 工程新增
接口接入状态:完成
- 接口地址:
/job/project/add Method:
postdescription?: string; flag?: number; name: string; userId?: number;4. 工程删除
接口接入状态:完成
- 接口地址:
/job/project Method:
deleteid: number;5. 工程条件查询
接口接入状态:完成
- 接口地址:
/job/projeect/list - Method:
getname?: string;
