|
@@ -180,6 +180,7 @@ public class WmDaAgent extends Model<WmDaAgent> {
|
|
private String[] subjectType;
|
|
private String[] subjectType;
|
|
|
|
|
|
@ApiModelProperty(value="结算主体类型和通道")
|
|
@ApiModelProperty(value="结算主体类型和通道")
|
|
|
|
+ @TableField(exist = false)
|
|
private Map<String, Integer> subjectTypeAndChannel;
|
|
private Map<String, Integer> subjectTypeAndChannel;
|
|
|
|
|
|
/**
|
|
/**
|