@@ -1,20 +0,0 @@
-package com.sd.business.controller.common;
-
-import org.springframework.web.bind.annotation.RequestMapping;
-import org.springframework.web.bind.annotation.RestController;
-/**
- * <p>
- * 常用包材组合明细 前端控制器
- * </p>
- *
- * @author
- * @since 2023-10-07
- */
-@RestController
-@RequestMapping("/commonPackingBomDetail")
-public class CommonPackingBomDetailController {
-}
@@ -35,4 +35,9 @@ public class CommonPackingBomDetail extends BasePo {
*/
private BigDecimal quantity;
+ /**
+ * 关联类型 1包材 2快递包装
+ */
+ private Integer type;
+
}