fix: rebuild MES as compilable go-zero+ent backend (renamed bj_power_mes), restore 3 workstation projects from pristine original, align naming; all Go projects go build clean
This commit is contained in:
@@ -46,7 +46,7 @@ type (
|
||||
}
|
||||
SetUserStateReq {
|
||||
PathId
|
||||
Name string `json:"name,optional" comment:"姓名"` // 名称
|
||||
Name string `json:"name,optional" validate:"required" comment:"姓名"` // 名称
|
||||
Status int `json:"status,optional" validate:"omitempty,oneof=0 1" comment:"启用状态"` // 0:启用|1:禁用
|
||||
}
|
||||
SetUserRolesReq {
|
||||
@@ -87,7 +87,7 @@ type (
|
||||
group: user
|
||||
prefix: /api/v1
|
||||
)
|
||||
service spherical-api {
|
||||
service hougai-api {
|
||||
@doc "查询用户分页列表"
|
||||
@handler queryUsers
|
||||
get /users (QueryUsersReq) returns (QueryUsersReply)
|
||||
|
||||
Reference in New Issue
Block a user