Commit Graph

3 Commits

Author SHA1 Message Date
wolfcode
df69c2aea4 refactor(admin-model): change MallGoods cate relation from BelongsTo to HasOne
The relationship between MallGoods and MallCate has been updated to reflect a HasOne
association rather than a BelongsTo. This change is reflected in the cate() method
of the MallGoods model, enhancing the flexibility of the model relationships.
2024-07-01 13:51:58 +08:00
wolfcode
b436f50fed Update SystemLog.php 2023-08-01 01:32:35 +08:00
wolfcode
e1c3216904 init 2023-06-15 16:18:27 +08:00