mirror of
				https://github.com/lacerta-doc/Lacerta.git
				synced 2025-09-09 12:09:25 +00:00 
			
		
		
		
	DocumentEntityにisCombinedフラグを追加
This commit is contained in:
		
							parent
							
								
									77830ca96b
								
							
						
					
					
						commit
						055f1fdae1
					
				| 
						 | 
					@ -36,4 +36,7 @@ public class DocumentEntity {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @ColumnInfo(name = "parent_id")
 | 
					    @ColumnInfo(name = "parent_id")
 | 
				
			||||||
    public String parentId; // 親フォルダID
 | 
					    public String parentId; // 親フォルダID
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    @ColumnInfo(name = "is_combined")
 | 
				
			||||||
 | 
					    public boolean isCombined; // 結合されたドキュメントかどうか
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user