feiyu02
2026-01-21 fe031e01cc1737c2f05a133fde7c36c7a2a7b4b4
src/test/kotlin/cn/flightfeather/supervision/CommonTest.kt
@@ -155,7 +155,7 @@
    @Test
    fun foo11(){
        val s = DateUtil.getStartMonthByPeriod(5, 12)
        val s = "02".toInt()
        println(s)
    }
}