updated code for form table removed orderNo and update the data type of form table
This commit is contained in:
@@ -23,7 +23,4 @@ public class FormEntity extends BaseEntity{
|
||||
|
||||
@Column(name = "CONTENT", length = 255)
|
||||
private String content;
|
||||
|
||||
@Column(name = "ORDER_NO")
|
||||
private Integer orderNo;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user