|
|
@@ -66,6 +66,11 @@ public class InsPlyIncome extends BaseModel {
|
|
|
@ExcelIgnore
|
|
|
private String signYear;
|
|
|
|
|
|
+ @Schema(description = "签单月份")
|
|
|
+ @TableField(exist = false)
|
|
|
+ @ExcelIgnore
|
|
|
+ private String signMonth;
|
|
|
+
|
|
|
@Schema(description = "签单日期 yyyy-mm-dd 格式")
|
|
|
@TableField(exist = false)
|
|
|
@ExcelProperty("签单日期")
|