Seata 整合学习完成
This commit is contained in:
		@@ -14,4 +14,5 @@ public class Book {
 | 
			
		||||
    int bid;
 | 
			
		||||
    String title;
 | 
			
		||||
    String des;
 | 
			
		||||
    int count;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -14,18 +14,13 @@ public class User {
 | 
			
		||||
    int uid;
 | 
			
		||||
    String name;
 | 
			
		||||
    String sex;
 | 
			
		||||
    int book_count;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * ClassName: Book
 | 
			
		||||
     * Package: com.test.entity
 | 
			
		||||
     *
 | 
			
		||||
     * @author yovinchen
 | 
			
		||||
     * @Create 2023/8/14 17:01
 | 
			
		||||
     */
 | 
			
		||||
    @Data
 | 
			
		||||
    public static class Book {
 | 
			
		||||
        int bid;
 | 
			
		||||
        String title;
 | 
			
		||||
        String desc;
 | 
			
		||||
        int book_count;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user