记得上下班打卡 | git大法好,push需谨慎

Commit e924fe2f authored by GaoHu's avatar GaoHu

exit

parent 69e3d385
......@@ -15,6 +15,7 @@ import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.math.BigDecimal;
import java.util.List;
/**
......
......@@ -51,5 +51,11 @@ public class SmileAgent implements Serializable {
*/
private Integer delTag;
public BigDecimal getTotalCarry() {
return totalCarry!=null?totalCarry: BigDecimal.valueOf(0);
}
public BigDecimal getOrdCarry() {
return ordCarry!=null?ordCarry: BigDecimal.valueOf(0);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment