| | |
| | | //零件id |
| | | @TableField(value = "parts_id") |
| | | private String partsId; |
| | | //工艺规程id |
| | | @TableField(value = "psv_id") |
| | | private String psvId; |
| | | //工序id |
| | | @TableField(value = "process_id") |
| | | private String processId; |
| | |
| | | @TableField(value = "create_time", fill = FieldFill.INSERT) |
| | | private Date createTime; |
| | | @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss",timezone="GMT+8") |
| | | @TableField(value = "create_time", fill = FieldFill.INSERT) |
| | | @TableField(value = "update_time", fill = FieldFill.INSERT) |
| | | private Date updateTime; |
| | | @JsonIgnore |
| | | @TableField(value = "create_by", select = false, fill = FieldFill.INSERT) |