This commit is contained in:
“wanyongkang”
2022-03-21 18:05:51 +08:00
parent 506e4db0b0
commit a9e4c83e0a
1117 changed files with 148503 additions and 75 deletions

View File

@@ -0,0 +1,18 @@
<?php
/**
* TODO 补充说明
*
* User: jiehua
* Date: 16/3/30
* Time: 下午8:55
*/
class EncryptParseItem
{
public $startIndex;
public $endIndex;
public $encryptContent;
}