feiyu02
2024-11-19 752e00503f672ddfe2066afb6c235721a3a912b5
1
2
3
4
5
6
7
package cn.flightfeather.supervision.domain.entity
 
class NoticeConfig {
    val ecNoticetype: Int? = null
 
    var ecNoticesubtype: Int? = null
}