Commit 970a019a authored by hongguangwu's avatar hongguangwu

Merge branch 'develop' into MVP-1.7.7-Friend

parents c36100d7 2012dc39
...@@ -49,7 +49,7 @@ public class TIncomeDetail implements Serializable { ...@@ -49,7 +49,7 @@ public class TIncomeDetail implements Serializable {
/** /**
* 主键 * 主键
*/ */
@TableId(type = IdType.ASSIGN_ID) @TableId(type = IdType.ASSIGN_UUID)
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("主键") @ExcelProperty("主键")
private String id; private String id;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment