APPWillUpParam.java 187 Bytes
Newer Older
ydl committed
1 2 3 4 5 6 7 8 9 10
package com.yidianling.user.mine;

public class APPWillUpParam {
        public int ostype;

        public APPWillUpParam(int ostype) {
            this.ostype = ostype;
        }

    }