|
@@ -209,3 +209,25 @@ func UpdateStage(c *gin.Context, apictx *ApiSession) (interface{}, error) {
|
|
|
|
|
|
return result, nil
|
|
|
}
|
|
|
+
|
|
|
+// 单独更新计划字段
|
|
|
+func UpdatePlanfileds(c *gin.Context, apictx *ApiSession) (interface{}, error) {
|
|
|
+ return nil, nil
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+// 新增组件
|
|
|
+func AddCompnonet(c *gin.Context, apictx *ApiSession) (interface{}, error) {
|
|
|
+ return nil, nil
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+func DeleteCompnonet(c *gin.Context, apictx *ApiSession) (interface{}, error) {
|
|
|
+ return nil, nil
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+func UpdateCompnonetName(c *gin.Context, apictx *ApiSession) (interface{}, error) {
|
|
|
+ return nil, nil
|
|
|
+
|
|
|
+}
|