修复seata事务问题,添加roomType自动填充字段
This commit is contained in:
@ -16,4 +16,14 @@ public interface CommonConstants {
|
||||
* 正常
|
||||
*/
|
||||
String STATUS_NORMAL = "normal";
|
||||
|
||||
/**
|
||||
* 预审
|
||||
*/
|
||||
Integer ROOM_TYPE_1 = 1;
|
||||
|
||||
/**
|
||||
* 候审
|
||||
*/
|
||||
Integer ROOM_TYPE_2 = 2;
|
||||
}
|
||||
|
Reference in New Issue
Block a user