* Merge commit 5880eab419.

This commit is contained in:
songchenxuan
2023-11-10 11:54:34 +08:00
parent 728cd9c9d4
commit 349ea3d5b0
2 changed files with 20 additions and 4 deletions
+12
View File
@@ -468,6 +468,18 @@ class baseEntry
}
}
/**
* 检查是否在后台启用了代号.
* Check whether config->setCode are used in product,project,execution.
*
* @access public
* @return bool
*/
public function checkCodeUsed()
{
return isset($this->config->setCode) ? $this->config->setCode : 0;
}
/**
* 格式化数据的字段类型.
* Format fields of response data.