lyfO_o
2022-06-29 268d0a74874c3b316db4441e0f0b7308fc4e5da0
1
2
3
4
5
6
7
8
package com.gkhy.safePlatform.emergency.entity;
 
public class DemoInfoDo {
 
    private String name;
 
    private Byte status;
}