ZanResult.java 88 Bytes
Newer Older
konghaorui committed
1 2 3 4 5
package com.yidianling.dynamic.model;

public class ZanResult {
    public int status;
}