摘要:
1、创建单表模型类 class Goods(models.Model): goods_name = models.CharField(max_length=32) goods_price = models.DecimalField(max_digits=9,decimal_places=2) goo 阅读全文
posted @ 2020-11-23 21:46
小小程序员阿新
阅读(191)
评论(0)
推荐(0)
载入天数...载入时分秒...