|
@@ -14,7 +14,7 @@ public class plm_item implements YosObject {
|
|
|
|
|
|
@Override
|
|
@Override
|
|
public UniqueCol uniquecolumn() {
|
|
public UniqueCol uniquecolumn() {
|
|
- return new UniqueCol("itemid", "货品档案表ID");
|
|
|
|
|
|
+ return new UniqueCol("itemid", "数据ID");
|
|
}
|
|
}
|
|
|
|
|
|
@Override
|
|
@Override
|
|
@@ -26,9 +26,9 @@ public class plm_item implements YosObject {
|
|
public ArrayList<YosObjectCol> table_cols() {
|
|
public ArrayList<YosObjectCol> table_cols() {
|
|
ArrayList<YosObjectCol> arrayList = new ArrayList<>();
|
|
ArrayList<YosObjectCol> arrayList = new ArrayList<>();
|
|
|
|
|
|
- arrayList.add(new SmallIntCol("cheekschemeid", "工艺定义方案id(德莱宝)", "工艺定义方案id(德莱宝)", true, false, false, 1));
|
|
|
|
- arrayList.add(new SmallIntCol("colorschemeid", "颜色定义方案id(德莱宝)", "颜色定义方案id(德莱宝)", true, false, false, 1));
|
|
|
|
- arrayList.add(new SmallIntCol("materialschemeid", "选项定义方案id(德莱宝)", "选项定义方案id(德莱宝)", true, false, false, 1));
|
|
|
|
|
|
+ arrayList.add(new IntCol("cheekschemeid", "工艺定义方案id(德莱宝)", "工艺定义方案id(德莱宝)", true, false, false, 1));
|
|
|
|
+ arrayList.add(new IntCol("colorschemeid", "颜色定义方案id(德莱宝)", "颜色定义方案id(德莱宝)", true, false, false, 1));
|
|
|
|
+ arrayList.add(new IntCol("materialschemeid", "选项定义方案id(德莱宝)", "选项定义方案id(德莱宝)", true, false, false, 1));
|
|
|
|
|
|
return arrayList;
|
|
return arrayList;
|
|
}
|
|
}
|