sys_data_authority_id.sql 526 B

12345678910
  1. INSERT INTO sys_data_authority_id (sys_authority_authority_id,data_authority_id) VALUES (
  2. '888','888');
  3. INSERT INTO sys_data_authority_id (sys_authority_authority_id,data_authority_id) VALUES (
  4. '888','8881');
  5. INSERT INTO sys_data_authority_id (sys_authority_authority_id,data_authority_id) VALUES (
  6. '888','9528');
  7. INSERT INTO sys_data_authority_id (sys_authority_authority_id,data_authority_id) VALUES (
  8. '9528','8881');
  9. INSERT INTO sys_data_authority_id (sys_authority_authority_id,data_authority_id) VALUES (
  10. '9528','9528');