add posNo

This commit is contained in:
mamoss 2025-07-29 22:01:59 +07:00
parent 51fc374e9a
commit 7390b69220

View file

@ -517,6 +517,7 @@ export class CommandController extends Controller {
position: x.position,
posType: x.posType,
posLevel: x.posLevel,
posNo: x.posNo,
})),
};
return new HttpSuccess(_command);