isEdit static method

bool isEdit(
  1. bool isEdit
)

录入项是否可编辑

Implementation

static bool isEdit(bool isEdit) {
  return isEdit;
}