1
zj
2025-02-12 07f1564ecf618ce16f1802615e0505999ccfccd3
1
2
3
4
5
package kernel.service;
 
public interface TwoDimensionCodeContentService {
    public String encoder(String content);
}