mirror of
https://github.com/Dichgrem/Java.git
synced 2026-02-05 05:51:57 -05:00
update:demo12
This commit is contained in:
8
com/study/demo12/PaymentCodeGenerator.java
Normal file
8
com/study/demo12/PaymentCodeGenerator.java
Normal file
@@ -0,0 +1,8 @@
|
||||
package com.study.demo12;
|
||||
|
||||
public class PaymentCodeGenerator implements CodeGenerator {
|
||||
@Override
|
||||
public String generate() {
|
||||
return "PAY" + System.currentTimeMillis();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user