CommBooleanResponce.java 180 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 package com.chudiangameplay.android.responce; /** * Created by Administrator on 2018/8/29. */ public class CommBooleanResponce extends BaseResponce{ public boolean data; }