We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
类定义:
@DomainModel public class Order { @PrimaryKey private Integer orderId; private String no; private Integer memberId; private Double amount; private Double quantity; ... }
The text was updated successfully, but these errors were encountered:
5c34d9d
Sorry, something went wrong.
catchex
No branches or pull requests
类定义:
The text was updated successfully, but these errors were encountered: