1.1.47 出差申请单行程明细行循环
parent
6de7c0d7ba
commit
56bd1a966d
@ -0,0 +1,13 @@
|
||||
package org.dromara.oa.crm.word;
|
||||
|
||||
import com.deepoove.poi.plugin.table.LoopRowTableRenderPolicy;
|
||||
|
||||
/**
|
||||
* 出差申请单行程明细行循环
|
||||
*/
|
||||
public class CrmBusinessTripItineraryLoopRowPolicy extends LoopRowTableRenderPolicy {
|
||||
|
||||
public CrmBusinessTripItineraryLoopRowPolicy() {
|
||||
super(true);
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue