jopo的注意事项

private Integer status; //0未开启,1开启
private String statusStr;

public String  getStatusStr() {
if (status==0) statusStr="未开启";
if (status==1) statusStr="开启";
return statusStr;
}
posted @ 2021-02-15 22:04  阿布v  阅读(42)  评论(0)    收藏  举报