分包合同修改
This commit is contained in:
@ -122,9 +122,18 @@ public class XzdSubcontractChangeVo implements Serializable {
|
|||||||
/**
|
/**
|
||||||
* 组织
|
* 组织
|
||||||
*/
|
*/
|
||||||
@ExcelProperty(value = "组织")
|
@ExcelProperty(value = "签约组织")
|
||||||
private String organizationName;
|
private String organizationName;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 组织
|
||||||
|
*/
|
||||||
|
@ExcelProperty(value = "签约组织")
|
||||||
|
@Translation(type = TransConstant.DEPT_ID_TO_NAME, mapper = "organizationName")
|
||||||
|
private String organizationNames;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 甲方单位
|
* 甲方单位
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user