no message

This commit is contained in:
hellcat 2026-03-29 15:28:08 +08:00
parent 9c1189b285
commit a332beef61

View File

@ -16,6 +16,7 @@ public function __construct($aUpdate = [])
$this->oDog = new Dog(new ModelArticles());
// $this->oDog->_setPrimaryKey("k"); // 可选默认id
$this->oDog->_setDogName("articles"); // 必须
$this->oDog->_setStrField(["sContent"]);
}
public function __call($sName, $aArg)