(cherry picked from commit e13c2d54ba631f5789613ffb6194b94f071a0b6c)
@@ -17,5 +17,9 @@ public class FsStoreOrderOtherPayParam implements Serializable
@NotNull(message = "code")
private String code;
+ /**
+ * appId
+ */
+ private String appId;
}