sun-pc 2 months ago
parent
commit
b9813eac05
1 changed files with 22 additions and 0 deletions
  1. 22 0
      boxcost/api/stages.go

+ 22 - 0
boxcost/api/stages.go

@@ -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
+
+}