编辑排程状态

This commit is contained in:
fengjignqi
2026-05-27 15:47:23 +08:00
parent 20aaf98235
commit f7bee61a56
14 changed files with 360 additions and 32 deletions

View File

@@ -77,6 +77,7 @@ public class BindDeviceFragment extends BaseFragment<PlanBindDeviceLayoutBinding
selDevice += id + ",";
}
selDevice = selDevice.substring(0,selDevice.length()-1);
//提交绑定
mPresenter.planBindWithDevices(mPlanEntity,selDevice);
break;
}
@@ -116,6 +117,16 @@ public class BindDeviceFragment extends BaseFragment<PlanBindDeviceLayoutBinding
}
}
@Override
public void planBindDeviceSuccess(BaseBean bean) {
}
@Override
public void deletePlanSuccess(BaseBean bean) {
}
// private void syncSelectedDevices() {
// Set<Integer> selectedPositions = mAdapter.getSelectedPositions();
// List<WaterPlanWeekEntity.DeviceEntity> selected = new ArrayList<>();
@@ -164,6 +175,11 @@ public class BindDeviceFragment extends BaseFragment<PlanBindDeviceLayoutBinding
}
@Override
public void updatePlanStatusSuccess(BaseBean bean, String status) {
}
@Override
public void getPlanDetailInfo(WaterPlanWeekEntity entity) {