fix: correct OrderController package typo (com.openhs -> com.openhis)

This commit is contained in:
2026-05-27 09:31:49 +08:00
parent 2efd3e5458
commit ad7beaf349

View File

@@ -1,4 +1,4 @@
package com.openhs.application.controller;
package com.openhis.application.controller;
import com.github.pagehelper.Page;
import com.openhis.application.domain.entity.OrderMain;