This commit is contained in:
2025-10-22 11:44:18 +08:00
parent 0b6de3de4b
commit 663235eb7e
33 changed files with 1099 additions and 129 deletions

View File

@ -0,0 +1,11 @@
package com.yj.earth.params;
import com.yj.earth.annotation.SourceType;
import lombok.Data;
@Data
@SourceType("gdb")
public class Gdb {
private String richText;
private String sourcePath;
}