package com.TinyPro.entity.flat;

public interface I18Flat {
    Integer getId();
    String getKey();
    String getContent();
    Integer getLangId();
    String getLangName();
}