This commit is contained in:
PastSaid
2024-04-10 10:39:04 +08:00
parent 9a7bf9b67e
commit b2419eec9c
119 changed files with 23402 additions and 350 deletions

View File

@@ -3,5 +3,5 @@ SELECT
FROM
sysobjects a
WHERE
a.name LIKE 'T_AR_RECEIVABLEENTRY%'
a.name LIKE 'T_BD_MATERIAL%'
AND a.type= 'U'