WxOperationGetGrayReleasePlanDataRes.java 555 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
package com.yanzuoguang.wxxcx.operation.select;


import com.yanzuoguang.wxxcx.operation.vo.GrayReleasePlan;
import com.yanzuoguang.wxxcx.base.WxXcxResponseBaseError;

import java.util.List;

/***
 * 返回值
 *
 * @author:heyanou
 */
public class WxOperationGetGrayReleasePlanDataRes extends WxXcxResponseBaseError {
    /**
     * <p>
     *     描述:分阶段发布计划详情
     * </p>
     */
   private GrayReleasePlan gray_release_plan;

    /**
     * <p>
     *     描述:总条数
     * </p>
     */
   private Long  total_num;

}