|
|
@@ -21,7 +21,7 @@ import (
|
|
|
// @Param page query int false "页码"
|
|
|
// @Param pagesize query int false "每页条数"
|
|
|
// @Success 200 {array} models.GzcjjcorderM
|
|
|
-// @Failure 500 {object} app.Response
|
|
|
+// @Failure 500 {object} app.Response
|
|
|
// @Router /Guangzuan/QueryGZCJJCOrder [get]
|
|
|
// @Tags 广钻
|
|
|
func QueryGZCJJCOrder(c *gin.Context) {
|
|
|
@@ -83,7 +83,7 @@ func QueryGZCJBSOrderFile(c *gin.Context) {
|
|
|
// @Param page query int false "页码"
|
|
|
// @Param pagesize query int false "每页条数"
|
|
|
// @Success 200 {array} models.GzbsfworderM
|
|
|
-// @Failure 500 {object} app.Response
|
|
|
+// @Failure 500 {object} app.Response
|
|
|
// @Router /Guangzuan/QueryGZBSFWOrder [get]
|
|
|
// @Tags 广钻
|
|
|
func QueryGZBSFWOrder(c *gin.Context) {
|