feiyu02
2022-07-14 4c7e2d8f8d4a93f318ada0e728dbc370e7504e92
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
}