| | |
| | | import com.alibaba.fastjson.annotation.JSONField; |
| | | import com.bstek.dorado.annotation.PropertyDef; |
| | | import lombok.Data; |
| | | import lombok.EqualsAndHashCode; |
| | | |
| | | import javax.persistence.Column; |
| | | import javax.persistence.Entity; |
| | | import javax.persistence.Id; |
| | | import javax.persistence.Table; |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | |
| | | @PropertyDef(label = "计划下达单位" ) |
| | | private String jhxddw; |
| | | |
| | | @PropertyDef(label = "统一单位编码") |
| | | private String jhxddwtybm; |
| | | |
| | | @PropertyDef(label = "计划下达单位名称" ) |
| | | private String jhxddwmc; |
| | | |