排程重做

This commit is contained in:
fengjignqi
2026-05-28 12:00:18 +08:00
parent 47769d1003
commit 401d1892bb
13 changed files with 621 additions and 3 deletions

View File

@@ -64,6 +64,10 @@ public class BindDeviceFragment extends BaseFragment<PlanBindDeviceLayoutBinding
public void onClick(View v){
switch (v.getId()){
case R.id.tv_commit:
if (mPlanEntity == null) {
ToastUtil.showShort(mContext, "请先保存排程");
return;
}
boolean isSelected = false;
List<String> selected = new ArrayList<>();
for(WaterDeviceEntity.DeviceListBean bean : mDeviceList){