DecimalToText

来源:百度知道 编辑:UC知道 时间:2024/05/09 18:56:34
insert into MODEL_C_CASSETTE_STATUS values('CS101','USABLE',getdate(),'johion',getdate(),'johion');
insert into MODEL_C_CASSETTE_STATUS values('CS102','USING',getdate(),'johion',getdate(),'johion');
insert into MODEL_C_CASSETTE_STATUS values('CS103','BOOKING',getdate(),'johion',getdate(),'johion');

insert into TRC_C_LOT_STATUS VALUES('A101','IDLE',getdate(),'johion',getdate(),'johion');
insert into TRC_C_LOT_STATUS VALUES('A102','Setup',getdate(),'johion',getdate(),'johion');
insert into TRC_C_LOT_STATUS VALUES('A103','Running',getdate(),'johion',getdate(),'johion');
insert into TRC_C_LOT_STATUS VALUES('A104','Finished',getdate(),'johion',getdate(),'johion');
insert into TRC_C_LOT_STATUS VALUES('A105','Scraped'

insert into SYSTEM_C_FUNCTIONS values('2d','Speed Maintain','/gdscim/Web/Tracking/SpeedMaintain.aspx','Speed Maintain','2');
insert into SYSTEM_C_FUNCTIONS values('2e','Priority Maintain','/gdscim/Web/Tracking/PriorityMaintain.aspx','Priority Maintain','2');
insert into SYSTEM_C_FUNCTIONS values('2f','Scrap','/gdscim/Web/Tracking/Scrap.aspx','Scrap','2');
insert into SYSTEM_C_FUNCTIONS values('2g','Unscrap','/gdscim/Web/Tracking/Unscrap.aspx','Unscrap','2');
insert into SYSTEM_C_FUNCTIONS values('2h','Receive','/gdscim/Web/Tracking/Receive.aspx','Receive','2');
insert into SYSTEM_C_FUNCTIONS values('2i','Merge Lot','/gdscim/Web/Tracking/MergeLot.aspx','Merge Lot','2');
insert into SYSTEM_C_FUNCTIONS values('30'