12 lines
1.7 KiB
XML
Raw Normal View History

2025-03-20 17:30:43 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<Table type="SQL" tableName="BAS_MODE_DEF" filter="" priority="2">
<COLS enableSQLSeq="false">
<COL desc="*ID" SQLName="ID" SQLType="DECIMAL(10)" valueType="Int" valueLimit="/++" editable="true" hide="false" defaultValue="" isPrimaryKey="true" notNull="true" isUnique="false" group=" Edit Attribute"/>
<COL desc="*Location ID" SQLName="LOCATION_ID" SQLType="DECIMAL(10)" valueType="SqlCombobox" valueLimit="SELECT * FROM SYS_MODEL_LOCATION_INFO;LOCATION_ID:DESCRIPTION" editable="true" hide="false" defaultValue="" isPrimaryKey="true" notNull="true" isUnique="false" group=" Edit Attribute"/>
<COL desc="*Craft" SQLName="CRAFT_ID" SQLType="DECIMAL(10)" valueType="SqlCombobox" valueLimit="SELECT * FROM BAS_CRAFT_DEF WHERE LOCATION_ID='%1';ID:NAME;row@LOCATION_ID" editable="true" hide="false" defaultValue="" isPrimaryKey="true" notNull="true" isUnique="false" group=" Edit Attribute"/>
<COL desc="*Mode No" SQLName="MODE_NO" SQLType="DECIMAL(10)" valueType="Int" valueLimit="" editable="true" hide="false" defaultValue="" isPrimaryKey="true" notNull="true" isUnique="false" group=" Edit Attribute"/>
<COL desc="*Mode Name" SQLName="MODE_NAME" SQLType="VARCHAR(32)" valueType="String" valueLimit="" editable="true" hide="false" defaultValue="" isPrimaryKey="true" notNull="true" isUnique="false" group=" Edit Attribute"/>
<COL desc="Mode Type" SQLName="MODE_TYPE" SQLType="DECIMAL(10)" valueType="SqlCombobox" valueLimit="SELECT * FROM BAS_MODE_TYPE;ID:NAME" editable="true" hide="false" defaultValue="" isPrimaryKey="false" notNull="false" isUnique="false" group=" Edit Attribute"/>
</COLS>
</Table>