|
@@ -34,21 +34,6 @@ public class Bom extends BasePo {
|
|
|
private String name;
|
|
|
|
|
|
/**
|
|
|
- * 定制记件标准 字典:bom_customPieceBasis
|
|
|
- */
|
|
|
- private String customPieceBasis;
|
|
|
-
|
|
|
- /**
|
|
|
- * 包装记件标准 字典:bom_packagePieceBasis
|
|
|
- */
|
|
|
- private String packagePieceBasis;
|
|
|
-
|
|
|
- /**
|
|
|
- * 发货记件标准 字典:bom_shipmentsPieceBasis
|
|
|
- */
|
|
|
- private String shipmentsPieceBasis;
|
|
|
-
|
|
|
- /**
|
|
|
* 项目小类 字典:bom_itemSubclass
|
|
|
*/
|
|
|
private String itemSubclass;
|
|
@@ -69,36 +54,11 @@ public class Bom extends BasePo {
|
|
|
private String modelNumber;
|
|
|
|
|
|
/**
|
|
|
- * 正面纹路 字典:bom_frontGrain
|
|
|
- */
|
|
|
- private String frontGrain;
|
|
|
-
|
|
|
- /**
|
|
|
- * 背面纹路 字典:bom_reverseGrain
|
|
|
- */
|
|
|
- private String reverseGrain;
|
|
|
-
|
|
|
- /**
|
|
|
* 单位
|
|
|
*/
|
|
|
private String unit;
|
|
|
|
|
|
/**
|
|
|
- * LOGO
|
|
|
- */
|
|
|
- private String logo;
|
|
|
-
|
|
|
- /**
|
|
|
- * 色层 字典:bom_chromatophore
|
|
|
- */
|
|
|
- private String chromatophore;
|
|
|
-
|
|
|
- /**
|
|
|
- * 售价体系 字典:bom_sellingPriceSystem
|
|
|
- */
|
|
|
- private String sellingPriceSystem;
|
|
|
-
|
|
|
- /**
|
|
|
* 角度 字典:bom_angle
|
|
|
*/
|
|
|
private String angle;
|
|
@@ -123,6 +83,4 @@ public class Bom extends BasePo {
|
|
|
*/
|
|
|
private String detailText;
|
|
|
|
|
|
- private String oldId;
|
|
|
-
|
|
|
}
|