feiyu02
2025-11-14 c03e1d823eb86c856ecbe40d8d2180ffce7c7b0f
1
2
3
4
5
6
7
8
9
package cn.flightfeather.supervision.lightshare.vo
 
/**
 * Created by note_ff_1602 on 2018/1/2.
 */
 
class MonthPack {
    var upperTaskPackList: List<UpperTaskPack>? = null
}