diff --git a/adc-da-slrs/src/main/java/com/adc/da/slrs/sarBussStandSn/controller/SarBussStandSnController.java b/adc-da-slrs/src/main/java/com/adc/da/slrs/sarBussStandSn/controller/SarBussStandSnController.java
new file mode 100644
index 00000000..b62628d6
--- /dev/null
+++ b/adc-da-slrs/src/main/java/com/adc/da/slrs/sarBussStandSn/controller/SarBussStandSnController.java
@@ -0,0 +1,38 @@
+package com.adc.da.slrs.sarBussStandSn.controller;
+
+
+import com.adc.da.http.ResponseMessage;
+import com.adc.da.http.Result;
+import com.adc.da.slrs.sarBussStandSn.service.ISarBussStandSnService;
+import io.swagger.annotations.ApiOperation;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.web.bind.annotation.GetMapping;
+import org.springframework.web.bind.annotation.RequestMapping;
+import com.adc.da.slrs.sarBussStandSn.entity.SarBussStandSn;
+import io.swagger.annotations.Api;
+import org.springframework.web.bind.annotation.RequestParam;
+import org.springframework.web.bind.annotation.RestController;
+import com.adc.da.base.web.BaseController;
+
+/**
+*
+ * 企业标准信息表 前端控制器
+ *
+*
+* @author super_liu
+* @since 2022-07-01
+*/
+@RestController
+@Api(tags = "|SarBussStandSn|")
+@RequestMapping("/sarBussStandSn/sar-buss-stand-sn")
+public class SarBussStandSnController extends BaseController {
+
+ @Autowired
+ private ISarBussStandSnService iSarBussStandSnService;
+
+ @ApiOperation(value = "更新企标顺序号状态")
+ @GetMapping("modSnByProcess")
+ public ResponseMessage