This commit is contained in:
邹宗楠
2022-08-23 16:52:04 +08:00
parent 9651e0344d
commit 8303af4e32
3 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
package dao
func CheckPrintIsHave(printNo string) {
GetRow()
}