1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| using SqlSugar;
| using System;
| using System.Collections.Generic;
| using System.Linq;
| using System.Text;
| using System.Threading.Tasks;
| using WIDESEA_Core.DB.Models;
|
| namespace WIDESEA_Model.Models;
|
| [SugarTable(nameof(Dt_PalletStockInfoDetail_hty), "库存信息明细历史")]
| public class Dt_PalletStockInfoDetail_hty : Dt_PalletStockInfoDetail
| {
|
| }
|
|