Commit 9ba21537 authored by wei's avatar wei 🎱

供方编号改为supplierNumber

parent 5d6f17f1
...@@ -383,7 +383,7 @@ public class ExtExpenditureContractVO extends IdOnlyVO implements IdVO ,DxContex ...@@ -383,7 +383,7 @@ public class ExtExpenditureContractVO extends IdOnlyVO implements IdVO ,DxContex
/** /**
* 起止时间 * 起止时间
*/ */
private LocalDateTime startingEndingTime; private String startingEndingTime;
/** /**
* 所属子课题财务编号 * 所属子课题财务编号
......
...@@ -217,7 +217,7 @@ public class ExtExpenditureContract extends IdOnlyEntity implements DxContextHol ...@@ -217,7 +217,7 @@ public class ExtExpenditureContract extends IdOnlyEntity implements DxContextHol
/** /**
* 起止时间 * 起止时间
*/ */
private LocalDateTime startingEndingTime; private String startingEndingTime;
/** /**
* 所属子课题财务编号 * 所属子课题财务编号
*/ */
......
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