@@ -86,4 +86,6 @@ public class SyCarry implements Serializable {
private String remarks;//备注2
/**总计(大写)*/
private String totalText;//总计(大写)
+
+ private String annex;//附件
}
@@ -104,6 +104,8 @@ public class SyCarryPage {
@Excel(name = "总计(大写)", width = 15)
@ExcelCollection(name="搬运装卸费用-搬运工对账单-子表")
private List<SyCarryB> syCarryBList;