This commit is contained in:
2024-03-28 10:39:39 +08:00
commit 66d4a00ba8
58 changed files with 3499 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
package com.ttstd.template.base;
public interface BaseView {
}