| | |
| | | using = ToStringSerializer.class |
| | | ) |
| | | @ApiModelProperty("主键id") |
| | | @TableId(value = "OID",type = IdType.ASSIGN_UUID) |
| | | @TableId(value = "OID",type = IdType.ASSIGN_ID) |
| | | private String oid; |
| | | |
| | | @TableField(value = "ID") |
| | | @TableField(value = "id") |
| | | private String id; |
| | | |
| | | private String name; |
| | |
| | | private String firstV; |
| | | |
| | | private String creator; |
| | | |
| | | @DateTimeFormat( |
| | | pattern = "yyyy-MM-dd HH:mm:ss" |
| | | ) |
| | |
| | | private Date createTime; |
| | | |
| | | private String lastModifier; |
| | | |
| | | @DateTimeFormat( |
| | | pattern = "yyyy-MM-dd HH:mm:ss" |
| | | ) |
| | |
| | | ) |
| | | private Date ts; |
| | | |
| | | /** |
| | | * 所有者 |
| | | */ |
| | | private String owner; |
| | | |
| | | private String copyFromVersion; |