ÎļþÃû´Ó igds-dzhwk-core/src/main/java/com/fzzy/igds/dzhwk/domain/ScreenSer.java ÐÞ¸Ä |
| | |
| | | package com.fzzy.igds.dzhwk.domain; |
| | | |
| | | import com.bstek.dorado.annotation.PropertyDef; |
| | | import com.fzzy.igds.dzhwk.constant.Constant; |
| | | import lombok.Data; |
| | | import javax.persistence.Column; |
| | | import javax.persistence.Entity; |
| | |
| | | @Data |
| | | @Entity |
| | | @Table(name = "H_SCREEN_SER") |
| | | public class ScreenSer implements Serializable { |
| | | public class HScreenSer implements Serializable { |
| | | |
| | | public static String SORT_PROP = "id"; |
| | | public static String SORT_PROP = "sn"; |
| | | |
| | | @Id |
| | | @PropertyDef(label = "主é®ID") |
| | | @Column(name = "ID_", length = 40) |
| | | private String id; |
| | | @PropertyDef(label = "è´§ä½å¡SN") |
| | | @Column(name = "SN_", length = 100) |
| | | private String sn; |
| | | |
| | | @Column(name = "COMPANY_ID_", length = 10) |
| | | @PropertyDef(label = "ç»ç»ç¼ç ") |
| | |
| | | @PropertyDef(label = "æå±ååº") |
| | | private String deptId; |
| | | |
| | | @PropertyDef(label = "è´§ä½å¡SN") |
| | | @Column(name = "SN_", length = 100) |
| | | private String sn; |
| | | |
| | | @PropertyDef(label = "设å¤åç§°") |
| | | @Column(name = "NAME_", length = 100) |
| | | private String name; |
| | |
| | | @Column(name = "ajdh", length = 25) |
| | | private String ajdh; |
| | | |
| | | @PropertyDef(label = "æ¯å¦å¼å¯", description = "é¨å¼ç¯äº®") |
| | | @Column(name = "IS_OPEN1_", length = 25) |
| | | private String isOpen1 = Constant.YN_Y; |
| | | |
| | | @PropertyDef(label = "æ¯å¦å¼å¯", description = "é¨å
³çç") |
| | | @Column(name = "IS_OPEN2_", length = 25) |
| | | private String isOPen2 = Constant.YN_Y; |
| | | |
| | | @PropertyDef(label = "æ¯å¦å¼å¯", description = "å®å
¨è¿ä»æé") |
| | | @Column(name = "IS_OPEN3", length = 25) |
| | | private String isOpen3 = Constant.YN_Y; |
| | | |
| | | @Column(name = "REMARK_", length = 200) |
| | | @PropertyDef(label = "夿³¨", description = "夿³¨ä¿¡æ¯") |
| | | private String remark; |