Commit 8f064427 by jianan

来佣率分隔符拆分读取佣率3

parent 6c3ff802
......@@ -44,4 +44,10 @@ public class SpeciesCondition {
*/
@JsonProperty("illustrationUrl")
private String illustrationUrl;
/**
* 是否为自定义条件
*/
@JsonProperty("isCustomize")
private String isCustomize;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment