diff --git a/.gitignore b/.gitignore index e5855d0..2b3b21c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,13 @@ -/configuration/target/ -/network/target/ -/util/target/ -/sharepoint/api/target/ -/security/target/ -/jeeutil/target/ -/account/target/ -/shiro-faces/target/ -/pdf/target/ -/shared-poi-util/target/ -/account/nb-configuration.xml -/poi-util/target/ \ No newline at end of file +/configuration/target/ +/network/target/ +/util/target/ +/sharepoint/api/target/ +/security/target/ +/jeeutil/target/ +/account/target/ +/shiro-faces/target/ +/pdf/target/ +/shared-poi-util/target/ +/account/nb-configuration.xml +/poi-util/target/ +/account-ui/target/ \ No newline at end of file diff --git a/account/sql/account.dbm b/account/sql/account.dbm index 95a66ae..d5cca2d 100644 --- a/account/sql/account.dbm +++ b/account/sql/account.dbm @@ -3,7 +3,7 @@ CAUTION: Do not modify this file unless you know what you are doing. Unexpected results may occur if the code is changed deliberately. --> - @@ -37,13 +37,16 @@ CAUTION: Do not modify this file unless you know what you are doing. + + + - + @@ -201,12 +204,36 @@ CAUTION: Do not modify this file unless you know what you are doing. + + + + + + + + + + + + +
+ + + + + + + + + + @@ -272,4 +299,9 @@ CAUTION: Do not modify this file unless you know what you are doing. dst-table="public.account" reference-fk="config_key_account_fk" src-required="false" dst-required="false"/> + +
diff --git a/pom.xml b/pom.xml index e992b36..4b266e6 100644 --- a/pom.xml +++ b/pom.xml @@ -17,6 +17,7 @@ pdf shiro-faces poi-util + account-ui