|
@@ -61,7 +61,7 @@ public class IndexForm implements Serializable {
|
|
@Maxbytelength(maxbytelength = 4000)
|
|
@Maxbytelength(maxbytelength = 4000)
|
|
public String rt;
|
|
public String rt;
|
|
|
|
|
|
- @Required(target = "go")
|
|
|
|
|
|
+ @Required(target = "go,cache")
|
|
@Maxbytelength(maxbytelength = 100)
|
|
@Maxbytelength(maxbytelength = 100)
|
|
public String docId;
|
|
public String docId;
|
|
|
|
|