Fixed SheetMeta.

pull/296/head
ikaisec 2019-08-04 15:40:23 +08:00
parent f4dd27f9f4
commit efa34e86be
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ import javax.persistence.Entity;
* @date 2019-08-04
*/
@Entity(name = "SheetMeta")
@DiscriminatorValue("0")
@DiscriminatorValue("1")
public class SheetMeta extends BaseMeta {
}