songhuangfeng123
2022-08-05 19196605f520bc308fe6e94e3181f2c496892dec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.gkhy.safePlatform.incidentManage.query;
 
public class WorkInjuryDeclarationQuery {
 
    private Long accidentExpressId;
 
    public Long getAccidentExpressId() {
        return accidentExpressId;
    }
 
    public void setAccidentExpressId(Long accidentExpressId) {
        this.accidentExpressId = accidentExpressId;
    }
 
}