杨张扬
2025-06-19 afd0f03dac38e56bfdd60b03f197fb9bf5c1eda4
1
2
3
4
5
6
7
8
9
10
11
12
13
using HH.WCS.Mobox3.DoubleCoin.models;
using SqlSugar;
using System;
using System.Collections.Generic;
 
namespace HH.WCS.Mobox3.DoubleCoin {
    [SugarTable("TN_Container")]
    public class TN_Container : BaseModel {
        public string S_CODE { get; set; }
 
        public int N_DETAIL_COUNT { get; set; }
    }
}