TodayInfo.java
697 Bytes
package com.huaheng.mobile.task;
public class TodayInfo {
    private Integer todayTAask;
    private Integer todayReceipt;
    private Integer todayShipment;
    public Integer getTodayTAask() {
        return todayTAask;
    }
    public void setTodayTAask(Integer todayTAask) {
        this.todayTAask = todayTAask;
    }
    public Integer getTodayReceipt() {
        return todayReceipt;
    }
    public void setTodayReceipt(Integer todayReceipt) {
        this.todayReceipt = todayReceipt;
    }
    public Integer getTodayShipment() {
        return todayShipment;
    }
    public void setTodayShipment(Integer todayShipment) {
        this.todayShipment = todayShipment;
    }
}