复制误差体系

This commit is contained in:
caozehui
2025-03-17 11:18:44 +08:00
parent 04bd8a7db3
commit a108b295d1
4 changed files with 34 additions and 25 deletions

View File

@@ -25,4 +25,9 @@ public class RegInfoData {
* 到期日期
*/
private List<String> expireDateList;
/**
* 使用场景
*/
private String scene;
}