Newer
Older
erflute_custom / src / org / dbflute / erflute / db / impl / db2 / DB2TableProperties.java
ε‹δ½ζ…ŽδΉŸ on 22 Jun 261 bytes First Commit
package org.dbflute.erflute.db.impl.db2;

import org.dbflute.erflute.editor.model.diagram_contents.element.node.table.properties.TableProperties;

public class DB2TableProperties extends TableProperties {

    private static final long serialVersionUID = 1L;
}