配置更新,去除无用包

This commit is contained in:
yan.y
2024-04-03 13:40:44 +08:00
parent ff2bc0faf0
commit 544d7eb977
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ func (p DefParty) orderCreate() web_iris.Party {
}
type OrderListRequest struct {
Status int //订单状态
Status int //订单状态 0所有 1待服务 2服务中 3已完成 4已取消
PageNo int //页码
PageSize int //数据数量
}