Commit 375364b9 authored by wei's avatar wei 🎱

Reference数据库关键字,冲突。修改

parent 2f8dabe9
...@@ -83,7 +83,7 @@ public class ExtBorrowingFormVO extends IdOnlyVO implements IdVO ,DxContextVOHol ...@@ -83,7 +83,7 @@ public class ExtBorrowingFormVO extends IdOnlyVO implements IdVO ,DxContextVOHol
public static final String EXPECTED_RETURN_TIME_PROP_NAME = "expectedReturnTime"; public static final String EXPECTED_RETURN_TIME_PROP_NAME = "expectedReturnTime";
public static final String EXT_BORROWING_DOC_LINKS_PROP_NAME = "extBorrowingDocLinks"; public static final String EXT_BORROWING_DOC_LINKS_PROP_NAME = "extBorrowingDocLinks";
public static final String FILE_NAME_PROP_NAME = "fileName"; public static final String FILE_NAME_PROP_NAME = "fileName";
public static final String REFERENCE_PROP_NAME = "reference"; public static final String FILE_REFERENCE_PROP_NAME = "fileReference";
public static final String RETURN_SITUATION_DESCRIPTION_PROP_NAME = "returnSituationDescription"; public static final String RETURN_SITUATION_DESCRIPTION_PROP_NAME = "returnSituationDescription";
/** /**
...@@ -221,7 +221,7 @@ public class ExtBorrowingFormVO extends IdOnlyVO implements IdVO ,DxContextVOHol ...@@ -221,7 +221,7 @@ public class ExtBorrowingFormVO extends IdOnlyVO implements IdVO ,DxContextVOHol
/** /**
* 档号 * 档号
*/ */
private String reference; private String fileReference;
/** /**
* 归还情况说明 * 归还情况说明
......
...@@ -141,7 +141,7 @@ public class ExtBorrowingForm extends IdOnlyEntity implements DxContextHolder ,D ...@@ -141,7 +141,7 @@ public class ExtBorrowingForm extends IdOnlyEntity implements DxContextHolder ,D
/** /**
* 档号 * 档号
*/ */
private String reference; private String fileReference;
/** /**
* 归还情况说明 * 归还情况说明
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment