This commit is contained in:
zhengyf 2025-04-17 16:29:37 +08:00
parent f73d39fe1c
commit bf64f70a1a
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
package com.hzya.frame.voucher;
/**
* Created by zydd on 2025-04-17 16:26
*/
public class Test {
public static void main(String[] args) {
System.out.println(1);
}
}