fix
wangpengfei
2023-09-01 0b405c63b26629e0c9e4040b78020da0f11e8eb0
docs/docs.go
@@ -10881,8 +10881,10 @@
                "country_id": {
                    "type": "integer"
                },
                "created_at": {
                    "description": "The date when the item was created\nexample: 2023-08-10 15:48:25",
                "createTime": {
                    "type": "string"
                },
                "creatorName": {
                    "type": "string"
                },
                "creator_id": {
@@ -10910,7 +10912,6 @@
                    }
                },
                "id": {
                    "description": "The ID of the item\nexample: 1",
                    "type": "integer"
                },
                "industry": {
@@ -10967,8 +10968,7 @@
                "service_member_id": {
                    "type": "integer"
                },
                "updated_at": {
                    "description": "The date when the item was last updated\nexample: 2023-08-10 15:48:25",
                "updateTime": {
                    "type": "string"
                }
            }