|
@@ -9,6 +9,7 @@ import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
import org.springframework.format.annotation.DateTimeFormat;
|
|
|
import org.jeecgframework.poi.excel.annotation.Excel;
|
|
|
|
|
|
+import java.math.BigDecimal;
|
|
|
import java.util.ArrayList;
|
|
|
import java.util.Date;
|
|
|
import java.util.List;
|
|
@@ -111,6 +112,11 @@ public class SyCostAllocationFabric implements Serializable {
|
|
|
@ApiModelProperty(value = "加工单位")
|
|
|
private String processUnit;
|
|
|
|
|
|
+
|
|
|
+ @Excel(name = "多发少发", width = 15)
|
|
|
+ @ApiModelProperty(value = "多发少发")
|
|
|
+ private BigDecimal pilosityFewer;
|
|
|
+
|
|
|
|
|
|
private String remarks;
|
|
|
}
|