4815b92cf5e6c51bce68452d669d11dc3c6d5b11.svn-base 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. package com.sinosoft.am.customer.vo;
  2. public class customerHuiZongBean{
  3. private String comp_id;//单位ID
  4. private int zyyhNum;//重要用户数量
  5. private int tjcustomerNum;//特级用户
  6. private int yjcustomerNum;//一级用户
  7. private int erjicustomerNum;//二级用户
  8. private int zdgzcustomerNum;//重点关注用户
  9. private int zTotal;//总合计
  10. public String getComp_id() {
  11. return comp_id;
  12. }
  13. public void setComp_id(String comp_id) {
  14. this.comp_id = comp_id;
  15. }
  16. public int getZyyhNum() {
  17. return zyyhNum;
  18. }
  19. public void setZyyhNum(int zyyhNum) {
  20. this.zyyhNum = zyyhNum;
  21. }
  22. public int getTjcustomerNum() {
  23. return tjcustomerNum;
  24. }
  25. public void setTjcustomerNum(int tjcustomerNum) {
  26. this.tjcustomerNum = tjcustomerNum;
  27. }
  28. public int getYjcustomerNum() {
  29. return yjcustomerNum;
  30. }
  31. public void setYjcustomerNum(int yjcustomerNum) {
  32. this.yjcustomerNum = yjcustomerNum;
  33. }
  34. public int getErjicustomerNum() {
  35. return erjicustomerNum;
  36. }
  37. public void setErjicustomerNum(int erjicustomerNum) {
  38. this.erjicustomerNum = erjicustomerNum;
  39. }
  40. public int getZdgzcustomerNum() {
  41. return zdgzcustomerNum;
  42. }
  43. public void setZdgzcustomerNum(int zdgzcustomerNum) {
  44. this.zdgzcustomerNum = zdgzcustomerNum;
  45. }
  46. public int getzTotal() {
  47. return zTotal;
  48. }
  49. public void setzTotal(int zTotal) {
  50. this.zTotal = zTotal;
  51. }
  52. }