|
|
@@ -47,13 +47,13 @@
|
|
|
private String accSubject;
|
|
|
|
|
|
@Schema(description = "是否为高新研发费用科目,1:是,0,否")
|
|
|
- private int isRdSubject;
|
|
|
+ private int rdSubjectEnable;
|
|
|
|
|
|
@Schema(description = "高新研发费用科目")
|
|
|
private String rdSubject;
|
|
|
|
|
|
@Schema(description = "是否为加计扣除研发费用科目,1:是,0,否")
|
|
|
- private int isAdSubject;
|
|
|
+ private int adSubjectEnable;
|
|
|
|
|
|
@Schema(description = "加计扣除研发费用科目")
|
|
|
private String adSubject;
|