1.0.7text

This commit is contained in:
lijia 2022-03-25 10:07:52 +08:00
parent d8e382f06a
commit d5120120c9

View File

@ -0,0 +1,10 @@
package com.dahe.pass.textkotlin
/**
* @ClassName TextKotlin
* @Author 用户
* @Date 2022/3/16 9:08
* @Description TODO
*/
class TextKotlin constructor(firstName : String) {
}