feiyu02
2022-10-21 f22c4b9230808fed4fec80c435eccb4c833349a0
1
2
3
4
5
6
package cn.flightfeather.supervision.lightshare.vo
 
data class DateVo(
        val year: Int? = null,
        val month: Int? = null
)