1
zj
2024-08-07 7b73a544cec17c05b5931cf6c2b5cdf598e127b4
1
2
3
4
5
package kernel.service;
 
public interface TwoDimensionCodeContentService {
    public String encoder(String content);
}