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:
SunYF
2026-08-27 10:56:41 +08:00
parent 380715f8a9
commit 371b494c54
523 changed files with 67923 additions and 24758 deletions
+2 -2
View File
@@ -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)