This commit is contained in:
caixiang
2023-12-20 14:49:42 +08:00
parent 11b41b18f1
commit df116253ff
15 changed files with 1031 additions and 42 deletions

View File

@@ -28,6 +28,7 @@ public interface CamlineMapper {
CamlineExtendArgDTO getExtendArgFromCamline(@Param("subId") String subId);
Integer getTodayBoxNum();
Integer getTodayErrBoxNum();
CamlineSubIdDTO getSubIdByCamline(@Param("subId") String subId);