| | |
| | | package com.fgkj.dto; |
| | | |
| | | import java.io.Serializable; |
| | | import org.apache.ibatis.type.Alias; |
| | | |
| | | public class Chart_Color implements Serializable{ |
| | | import java.io.Serializable; |
| | | @Alias("Chart_Color") |
| | | public class Chart_Color implements Serializable{ |
| | | private Integer num; |
| | | private Integer uid; |
| | | private String max_color; |
| | |
| | | public void setNum(Integer num) { |
| | | this.num = num; |
| | | } |
| | | public Integer getUid() { |
| | | public Integer getuId() { |
| | | return uid; |
| | | } |
| | | public void setUid(Integer uid) { |
| | | public void setuId(Integer uid) { |
| | | this.uid = uid; |
| | | } |
| | | public String getMax_color() { |