SZH
2022-08-11 1be9111d14605b208ae2bad2052d5fbeedf0811e
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;
    }
 
}