Search in sources :

Example 1 with NG

use of top.wefor.now.data.model.entity.NG in project Now by XunMengWinter.

the class RealmNG method toEntity.

@Override
public NG toEntity() {
    NG ng = new NG();
    ng.url = url;
    ng.imgUrl = imgUrl;
    ng.title = title;
    ng.content = content;
    return ng;
}
Also used : NG(top.wefor.now.data.model.entity.NG)

Aggregations

NG (top.wefor.now.data.model.entity.NG)1