Commit 61b8bdeb authored by fangxinjiang's avatar fangxinjiang

合同续签待办-fxj

parent e16ebcef
...@@ -235,7 +235,7 @@ public class TEmployeeContractPreNewVo extends TEmployeeContractPreNew implement ...@@ -235,7 +235,7 @@ public class TEmployeeContractPreNewVo extends TEmployeeContractPreNew implement
@ExcelAttribute(name = "预计合同发起时间", isDate = true) @ExcelAttribute(name = "预计合同发起时间", isDate = true)
@ExcelProperty("预计合同发起时间") @ExcelProperty("预计合同发起时间")
@Schema(description = "预计合同发起时间") @Schema(description = "预计合同发起时间")
private DateTime expectedCollectionTime; private Date expectedCollectionTime;
/** /**
* 签订类型-续签、新签等 * 签订类型-续签、新签等
*/ */
......
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