Commit e21c67f0 authored by huyuchen's avatar huyuchen

huych-配置修改

parent fe58b54a
......@@ -220,6 +220,17 @@ public class EmpContractDispatchVo implements Serializable {
@Schema(description = "客户名称", name = "subjectUnit")
private String subjectUnit;
/**
* 试用期(单位月)
*/
@Length(max = 4, message = "试用期 不能超过4 个字符" )
@ExcelAttribute(name = "试用期", maxLength = 32)
@Schema(description = "试用期" )
@HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("试用期" )
@ExcelIgnore
private String tryPeriod;
/**
* 合同年限
*/
......
......@@ -2073,6 +2073,7 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
contract.setEmpName(excel.getEmpName());
contract.setWorkingHours(excel.getWorkingHours());
contract.setContractTerm(excel.getContractTerm());
contract.setTryPeriod(excel.getTryPeriod());
if (Common.isNotNull(excel.getSocialHousehold())){
contract.setContractParty(excel.getSocialHousehold());
}
......
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