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